Class: Aws::Types::PaymentRequestSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def agreement_id
  @agreement_id
end

#charge_amount::String

Returns the value of attribute charge_amount.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def charge_amount
  @charge_amount
end

#charge_id::String

Returns the value of attribute charge_id.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def charge_id
  @charge_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


651
652
653
# File 'sig/types.rbs', line 651

def created_at
  @created_at
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def currency_code
  @currency_code
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


647
648
649
# File 'sig/types.rbs', line 647

def name
  @name
end

#payment_request_id::String

Returns the value of attribute payment_request_id.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

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")


646
647
648
# File 'sig/types.rbs', line 646

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


652
653
654
# File 'sig/types.rbs', line 652

def updated_at
  @updated_at
end