Class: Stripe::Checkout::Session::CreateParams::CheckoutItem::PricingPlanSubscriptionItem::ComponentConfigurations
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Checkout::Session::CreateParams::CheckoutItem::PricingPlanSubscriptionItem::ComponentConfigurations
- Defined in:
- lib/stripe/resources/checkout/session.rb
Defined Under Namespace
Classes: LicenseFeeComponent
Instance Attribute Summary collapse
-
#license_fee_component ⇒ Object
Attribute for param field license_fee_component.
-
#type ⇒ Object
Attribute for param field type.
Instance Method Summary collapse
-
#initialize(type: nil, license_fee_component: nil) ⇒ ComponentConfigurations
constructor
A new instance of ComponentConfigurations.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil, license_fee_component: nil) ⇒ ComponentConfigurations
Returns a new instance of ComponentConfigurations.
1345 1346 1347 1348 |
# File 'lib/stripe/resources/checkout/session.rb', line 1345 def initialize(type: nil, license_fee_component: nil) @type = type @license_fee_component = license_fee_component end |
Instance Attribute Details
#license_fee_component ⇒ Object
Attribute for param field license_fee_component
1343 1344 1345 |
# File 'lib/stripe/resources/checkout/session.rb', line 1343 def license_fee_component @license_fee_component end |
#type ⇒ Object
Attribute for param field type
1341 1342 1343 |
# File 'lib/stripe/resources/checkout/session.rb', line 1341 def type @type end |