Class: Aws::Types::PaymentRequestSummary
- Inherits:
-
Object
- Object
- Aws::Types::PaymentRequestSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#charge_amount ⇒ ::String
Returns the value of attribute charge_amount.
-
#charge_id ⇒ ::String
Returns the value of attribute charge_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#payment_request_id ⇒ ::String
Returns the value of attribute payment_request_id.
-
#status ⇒ "VALIDATING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
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.
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.
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.
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.
650 651 652 |
# File 'sig/types.rbs', line 650 def currency_code @currency_code end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
646 647 648 |
# File 'sig/types.rbs', line 646 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
652 653 654 |
# File 'sig/types.rbs', line 652 def updated_at @updated_at end |