Class: Aws::Types::SendAgreementPaymentRequestInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def agreement_id
  @agreement_id
end

#charge_amount::String

Returns the value of attribute charge_amount.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def charge_amount
  @charge_amount
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def name
  @name
end

#term_id::String

Returns the value of attribute term_id.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def term_id
  @term_id
end