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
1277 |
# File 'sig/client.rbs', line 1277
def created_at: () -> ::Time
|
#payment_instrument_id ⇒ ::String
1273 |
# File 'sig/client.rbs', line 1273
def payment_instrument_id: () -> ::String
|
#payment_manager_arn ⇒ ::String
1271 |
# File 'sig/client.rbs', line 1271
def payment_manager_arn: () -> ::String
|
#payment_output ⇒ Types::PaymentOutput
1276 |
# File 'sig/client.rbs', line 1276
def payment_output: () -> Types::PaymentOutput
|
#payment_session_id ⇒ ::String
1272 |
# File 'sig/client.rbs', line 1272
def payment_session_id: () -> ::String
|
#payment_type ⇒ "CRYPTO_X402"
1274 |
# File 'sig/client.rbs', line 1274
def payment_type: () -> ("CRYPTO_X402")
|
#process_payment_id ⇒ ::String
1270 |
# File 'sig/client.rbs', line 1270
def process_payment_id: () -> ::String
|
#status ⇒ "PROOF_GENERATED"
1275 |
# File 'sig/client.rbs', line 1275
def status: () -> ("PROOF_GENERATED")
|
#updated_at ⇒ ::Time
1278 |
# File 'sig/client.rbs', line 1278
def updated_at: () -> ::Time
|