Class: Stripe::SetupIntentConfirmParams::PaymentMethodOptions::UsBankAccount::MandateOptions

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(collection_method: nil) ⇒ MandateOptions



992
993
994
# File 'lib/stripe/params/setup_intent_confirm_params.rb', line 992

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

Instance Attribute Details

#collection_methodObject

The method used to collect offline mandate customer acceptance.



990
991
992
# File 'lib/stripe/params/setup_intent_confirm_params.rb', line 990

def collection_method
  @collection_method
end