Module: Aws::MarketplaceAgreement::Client::_SendAgreementPaymentRequestResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#agreement_id::String

Returns:

  • (::String)


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

def agreement_id: () -> ::String

#charge_amount::String

Returns:

  • (::String)


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

def charge_amount: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#currency_code::String

Returns:

  • (::String)


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

def currency_code: () -> ::String

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#payment_request_id::String

Returns:

  • (::String)


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

def payment_request_id: () -> ::String

#status"VALIDATING", ...

Returns:

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


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

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