Class: Aws::Types::CancelAgreementPaymentRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::CancelAgreementPaymentRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#payment_request_id ⇒ ::String
Returns the value of attribute payment_request_id.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
249 250 251 |
# File 'sig/types.rbs', line 249 def agreement_id @agreement_id end |
#payment_request_id ⇒ ::String
Returns the value of attribute payment_request_id.
248 249 250 |
# File 'sig/types.rbs', line 248 def payment_request_id @payment_request_id end |