Class: Aws::Types::VariablePaymentTerm

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::VariablePaymentTermConfiguration

Returns the value of attribute configuration.



953
954
955
# File 'sig/types.rbs', line 953

def configuration
  @configuration
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def id
  @id
end

#max_total_charge_amount::String

Returns the value of attribute max_total_charge_amount.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def max_total_charge_amount
  @max_total_charge_amount
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def type
  @type
end