Module: Aws::MarketplaceAgreement::Client::_CancelAgreementPaymentRequestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CancelAgreementPaymentRequestOutput]
- 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", ...
- #updated_at ⇒ ::Time
Instance Method Details
#agreement_id ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def agreement_id: () -> ::String
|
#charge_amount ⇒ ::String
193 |
# File 'sig/client.rbs', line 193
def charge_amount: () -> ::String
|
#created_at ⇒ ::Time
195 |
# File 'sig/client.rbs', line 195
def created_at: () -> ::Time
|
#currency_code ⇒ ::String
194 |
# File 'sig/client.rbs', line 194
def currency_code: () -> ::String
|
#description ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def description: () -> ::String
|
#name ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def name: () -> ::String
|
#payment_request_id ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def payment_request_id: () -> ::String
|
#status ⇒ "VALIDATING", ...
190 |
# File 'sig/client.rbs', line 190
def status: () -> ("VALIDATING" | "VALIDATION_FAILED" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "CANCELLED")
|
#updated_at ⇒ ::Time
196 |
# File 'sig/client.rbs', line 196
def updated_at: () -> ::Time
|