Module: Aws::BedrockAgentCore::Client::_ProcessPaymentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ProcessPaymentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #payment_instrument_id ⇒ ::String
- #payment_manager_arn ⇒ ::String
- #payment_output ⇒ Types::PaymentOutput
- #payment_session_id ⇒ ::String
- #payment_type ⇒ "CRYPTO_X402"
- #process_payment_id ⇒ ::String
- #status ⇒ "PROOF_GENERATED"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1254 |
# File 'sig/client.rbs', line 1254
def created_at: () -> ::Time
|
#payment_instrument_id ⇒ ::String
1250 |
# File 'sig/client.rbs', line 1250
def payment_instrument_id: () -> ::String
|
#payment_manager_arn ⇒ ::String
1248 |
# File 'sig/client.rbs', line 1248
def payment_manager_arn: () -> ::String
|
#payment_output ⇒ Types::PaymentOutput
1253 |
# File 'sig/client.rbs', line 1253
def payment_output: () -> Types::PaymentOutput
|
#payment_session_id ⇒ ::String
1249 |
# File 'sig/client.rbs', line 1249
def payment_session_id: () -> ::String
|
#payment_type ⇒ "CRYPTO_X402"
1251 |
# File 'sig/client.rbs', line 1251
def payment_type: () -> ("CRYPTO_X402")
|
#process_payment_id ⇒ ::String
1247 |
# File 'sig/client.rbs', line 1247
def process_payment_id: () -> ::String
|
#status ⇒ "PROOF_GENERATED"
1252 |
# File 'sig/client.rbs', line 1252
def status: () -> ("PROOF_GENERATED")
|
#updated_at ⇒ ::Time
1255 |
# File 'sig/client.rbs', line 1255
def updated_at: () -> ::Time
|