Class: Stripe::V2::Billing::IntentCreateParams::Action::Remove::EffectiveAt
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::IntentCreateParams::Action::Remove::EffectiveAt
- Defined in:
- lib/stripe/params/v2/billing/intent_create_params.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
When the remove action will take effect.
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ EffectiveAt
constructor
A new instance of EffectiveAt.
Methods inherited from RequestParams
Constructor Details
#initialize(type: nil) ⇒ EffectiveAt
Returns a new instance of EffectiveAt.
328 329 330 |
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 328 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
When the remove action will take effect.
326 327 328 |
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 326 def type @type end |