Class: Aws::Types::VariablePaymentTerm
- Inherits:
-
Object
- Object
- Aws::Types::VariablePaymentTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::VariablePaymentTermConfiguration
Returns the value of attribute configuration.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#max_total_charge_amount ⇒ ::String
Returns the value of attribute max_total_charge_amount.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#configuration ⇒ Types::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.
951 952 953 |
# File 'sig/types.rbs', line 951 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
949 950 951 |
# File 'sig/types.rbs', line 949 def type @type end |