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.



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

#typeObject

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