Class: Aws::Types::CancelAgreementPaymentRequestOutput
- Inherits:
-
Object
- Object
- Aws::Types::CancelAgreementPaymentRequestOutput
- 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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
255 256 257 |
# File 'sig/types.rbs', line 255 def agreement_id @agreement_id end |
#charge_amount ⇒ ::String
Returns the value of attribute charge_amount.
259 260 261 |
# File 'sig/types.rbs', line 259 def charge_amount @charge_amount end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
261 262 263 |
# File 'sig/types.rbs', line 261 def created_at @created_at end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
260 261 262 |
# File 'sig/types.rbs', line 260 def currency_code @currency_code end |
#description ⇒ ::String
Returns the value of attribute description.
258 259 260 |
# File 'sig/types.rbs', line 258 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
257 258 259 |
# File 'sig/types.rbs', line 257 def name @name end |
#payment_request_id ⇒ ::String
Returns the value of attribute payment_request_id.
254 255 256 |
# File 'sig/types.rbs', line 254 def payment_request_id @payment_request_id end |
#status ⇒ "VALIDATING", ...
Returns the value of attribute status.
256 257 258 |
# File 'sig/types.rbs', line 256 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
262 263 264 |
# File 'sig/types.rbs', line 262 def updated_at @updated_at end |