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
1262 |
# File 'sig/client.rbs', line 1262
def created_at: () -> ::Time
|
#payment_instrument_id ⇒ ::String
1258 |
# File 'sig/client.rbs', line 1258
def payment_instrument_id: () -> ::String
|
#payment_manager_arn ⇒ ::String
1256 |
# File 'sig/client.rbs', line 1256
def payment_manager_arn: () -> ::String
|
#payment_output ⇒ Types::PaymentOutput
1261 |
# File 'sig/client.rbs', line 1261
def payment_output: () -> Types::PaymentOutput
|
#payment_session_id ⇒ ::String
1257 |
# File 'sig/client.rbs', line 1257
def payment_session_id: () -> ::String
|
#payment_type ⇒ "CRYPTO_X402"
1259 |
# File 'sig/client.rbs', line 1259
def payment_type: () -> ("CRYPTO_X402")
|
#process_payment_id ⇒ ::String
1255 |
# File 'sig/client.rbs', line 1255
def process_payment_id: () -> ::String
|
#status ⇒ "PROOF_GENERATED"
1260 |
# File 'sig/client.rbs', line 1260
def status: () -> ("PROOF_GENERATED")
|
#updated_at ⇒ ::Time
1263 |
# File 'sig/client.rbs', line 1263
def updated_at: () -> ::Time
|