Class: Stripe::V2::Billing::IntentCreateParams::Action::Remove::EffectiveAt

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/billing/intent_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



381
382
383
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 381

def initialize(type: nil)
  @type = type
end

Instance Attribute Details

#typeObject

When the remove action will take effect.



379
380
381
# File 'lib/stripe/params/v2/billing/intent_create_params.rb', line 379

def type
  @type
end