Class: Aws::Types::RecurringPaymentTerm
- Inherits:
-
Object
- Object
- Aws::Types::RecurringPaymentTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#price ⇒ ::String
Returns the value of attribute price.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
701 702 703 |
# File 'sig/types.rbs', line 701 def billing_period @billing_period end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
700 701 702 |
# File 'sig/types.rbs', line 700 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
699 700 701 |
# File 'sig/types.rbs', line 699 def id @id end |
#price ⇒ ::String
Returns the value of attribute price.
702 703 704 |
# File 'sig/types.rbs', line 702 def price @price end |
#type ⇒ ::String
Returns the value of attribute type.
698 699 700 |
# File 'sig/types.rbs', line 698 def type @type end |