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
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(type: nil) ⇒ EffectiveAt
Returns a new instance of EffectiveAt.
384 385 386 |
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 384 def initialize(type: nil) @type = type end |
Instance Attribute Details
#type ⇒ Object
When the remove action will take effect.
382 383 384 |
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 382 def type @type end |