Class: Stripe::V2::Billing::IntentCreateParams::Action::Apply::SpendModifierRule::MaxBillingPeriodSpend::Amount::CustomPricingUnit
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::IntentCreateParams::Action::Apply::SpendModifierRule::MaxBillingPeriodSpend::Amount::CustomPricingUnit
- Defined in:
- lib/stripe/params/v2/billing/intent_create_params.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
The value of the custom pricing unit.
Instance Method Summary collapse
-
#initialize(value: nil) ⇒ CustomPricingUnit
constructor
A new instance of CustomPricingUnit.
Methods inherited from RequestParams
Constructor Details
#initialize(value: nil) ⇒ CustomPricingUnit
Returns a new instance of CustomPricingUnit.
60 61 62 |
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 60 def initialize(value: nil) @value = value end |
Instance Attribute Details
#value ⇒ Object
The value of the custom pricing unit.
58 59 60 |
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 58 def value @value end |