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", "MPP"
- #process_payment_id ⇒ ::String
- #status ⇒ "PROOF_GENERATED"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1288 |
# File 'sig/client.rbs', line 1288
def created_at: () -> ::Time
|
#payment_instrument_id ⇒ ::String
1284 |
# File 'sig/client.rbs', line 1284
def payment_instrument_id: () -> ::String
|
#payment_manager_arn ⇒ ::String
1282 |
# File 'sig/client.rbs', line 1282
def payment_manager_arn: () -> ::String
|
#payment_output ⇒ Types::PaymentOutput
1287 |
# File 'sig/client.rbs', line 1287
def payment_output: () -> Types::PaymentOutput
|
#payment_session_id ⇒ ::String
1283 |
# File 'sig/client.rbs', line 1283
def payment_session_id: () -> ::String
|
#payment_type ⇒ "CRYPTO_X402", "MPP"
1285 |
# File 'sig/client.rbs', line 1285
def payment_type: () -> ("CRYPTO_X402" | "MPP")
|
#process_payment_id ⇒ ::String
1281 |
# File 'sig/client.rbs', line 1281
def process_payment_id: () -> ::String
|
#status ⇒ "PROOF_GENERATED"
1286 |
# File 'sig/client.rbs', line 1286
def status: () -> ("PROOF_GENERATED")
|
#updated_at ⇒ ::Time
1289 |
# File 'sig/client.rbs', line 1289
def updated_at: () -> ::Time
|