Module: Aws::MarketplaceAgreement::Client::_CancelAgreementPaymentRequestResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CancelAgreementPaymentRequestOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#agreement_id::String

Returns:

  • (::String)


189
# File 'sig/client.rbs', line 189

def agreement_id: () -> ::String

#charge_amount::String

Returns:

  • (::String)


193
# File 'sig/client.rbs', line 193

def charge_amount: () -> ::String

#created_at::Time

Returns:

  • (::Time)


195
# File 'sig/client.rbs', line 195

def created_at: () -> ::Time

#currency_code::String

Returns:

  • (::String)


194
# File 'sig/client.rbs', line 194

def currency_code: () -> ::String

#description::String

Returns:

  • (::String)


192
# File 'sig/client.rbs', line 192

def description: () -> ::String

#name::String

Returns:

  • (::String)


191
# File 'sig/client.rbs', line 191

def name: () -> ::String

#payment_request_id::String

Returns:

  • (::String)


188
# File 'sig/client.rbs', line 188

def payment_request_id: () -> ::String

#status"VALIDATING", ...

Returns:

  • ("VALIDATING", "VALIDATION_FAILED", "PENDING_APPROVAL", "APPROVED", "REJECTED", "CANCELLED")


190
# File 'sig/client.rbs', line 190

def status: () -> ("VALIDATING" | "VALIDATION_FAILED" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "CANCELLED")

#updated_at::Time

Returns:

  • (::Time)


196
# File 'sig/client.rbs', line 196

def updated_at: () -> ::Time