Class: MetrifoxSDK::Types::CheckoutConfig
- Inherits:
-
Struct
- Object
- Struct
- MetrifoxSDK::Types::CheckoutConfig
- Defined in:
- lib/metrifox_sdk/types.rb
Instance Attribute Summary collapse
-
#billing_interval ⇒ Object
Returns the value of attribute billing_interval.
-
#customer_key ⇒ Object
Returns the value of attribute customer_key.
-
#offering_key ⇒ Object
Returns the value of attribute offering_key.
Instance Attribute Details
#billing_interval ⇒ Object
Returns the value of attribute billing_interval
12 13 14 |
# File 'lib/metrifox_sdk/types.rb', line 12 def billing_interval @billing_interval end |
#customer_key ⇒ Object
Returns the value of attribute customer_key
12 13 14 |
# File 'lib/metrifox_sdk/types.rb', line 12 def customer_key @customer_key end |
#offering_key ⇒ Object
Returns the value of attribute offering_key
12 13 14 |
# File 'lib/metrifox_sdk/types.rb', line 12 def offering_key @offering_key end |