Module: Aws::MarketplaceAgreement::Client::_SendAgreementPaymentRequestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SendAgreementPaymentRequestOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agreement_id ⇒ ::String
- #charge_amount ⇒ ::String
- #created_at ⇒ ::Time
- #currency_code ⇒ ::String
- #description ⇒ ::String
- #name ⇒ ::String
- #payment_request_id ⇒ ::String
- #status ⇒ "VALIDATING", ...
Instance Method Details
#agreement_id ⇒ ::String
524 |
# File 'sig/client.rbs', line 524
def agreement_id: () -> ::String
|
#charge_amount ⇒ ::String
528 |
# File 'sig/client.rbs', line 528
def charge_amount: () -> ::String
|
#created_at ⇒ ::Time
530 |
# File 'sig/client.rbs', line 530
def created_at: () -> ::Time
|
#currency_code ⇒ ::String
529 |
# File 'sig/client.rbs', line 529
def currency_code: () -> ::String
|
#description ⇒ ::String
527 |
# File 'sig/client.rbs', line 527
def description: () -> ::String
|
#name ⇒ ::String
526 |
# File 'sig/client.rbs', line 526
def name: () -> ::String
|
#payment_request_id ⇒ ::String
523 |
# File 'sig/client.rbs', line 523
def payment_request_id: () -> ::String
|
#status ⇒ "VALIDATING", ...
525 |
# File 'sig/client.rbs', line 525
def status: () -> ("VALIDATING" | "VALIDATION_FAILED" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "CANCELLED")
|