Class: Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::UsBankAccount::MandateOptions

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_intent_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, new, #to_h

Constructor Details

#initialize(collection_method: nil) ⇒ MandateOptions

Returns a new instance of MandateOptions.



5175
5176
5177
# File 'lib/stripe/params/payment_intent_update_params.rb', line 5175

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

Instance Attribute Details

#collection_methodObject

The method used to collect offline mandate customer acceptance.



5173
5174
5175
# File 'lib/stripe/params/payment_intent_update_params.rb', line 5173

def collection_method
  @collection_method
end