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

#currency_code::String

Returns the value of attribute currency_code.

Returns:



905
906
907
# File 'sig/types.rbs', line 905

def currency_code
  @currency_code
end

#id::String

Returns the value of attribute id.

Returns:



903
904
905
# File 'sig/types.rbs', line 903

def id
  @id
end

#max_total_charge_amount::String

Returns the value of attribute max_total_charge_amount.

Returns:



906
907
908
# File 'sig/types.rbs', line 906

def max_total_charge_amount
  @max_total_charge_amount
end

#type"ByolPricingTerm", ...

Returns the value of attribute type.

Returns:



904
905
906
# File 'sig/types.rbs', line 904

def type
  @type
end