Class: Aws::Types::CancelAgreementPaymentRequestInput

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)


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.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def payment_request_id
  @payment_request_id
end