Class: Aws::Types::SendAgreementPaymentRequestOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def agreement_id
  @agreement_id
end

#charge_amount::String

Returns the value of attribute charge_amount.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def charge_amount
  @charge_amount
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


859
860
861
# File 'sig/types.rbs', line 859

def created_at
  @created_at
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def currency_code
  @currency_code
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def name
  @name
end

#payment_request_id::String

Returns the value of attribute payment_request_id.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def payment_request_id
  @payment_request_id
end

#status"VALIDATING", ...

Returns the value of attribute status.

Returns:

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


854
855
856
# File 'sig/types.rbs', line 854

def status
  @status
end