Class: Aws::Types::SendAgreementPaymentRequestOutput
- Inherits:
-
Object
- Object
- Aws::Types::SendAgreementPaymentRequestOutput
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
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.
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.
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.
858 859 860 |
# File 'sig/types.rbs', line 858 def currency_code @currency_code end |
#description ⇒ ::String
Returns the value of attribute description.
856 857 858 |
# File 'sig/types.rbs', line 856 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
854 855 856 |
# File 'sig/types.rbs', line 854 def status @status end |