Class: Stripe::PaymentMethodCreateParams::Upi

Inherits:
RequestParams show all
Defined in:
lib/stripe/params/payment_method_create_params.rb

Defined Under Namespace

Classes: MandateOptions

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(mandate_options: nil) ⇒ Upi

Returns a new instance of Upi.



411
412
413
# File 'lib/stripe/params/payment_method_create_params.rb', line 411

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

Instance Attribute Details

#mandate_optionsObject

Configuration options for setting up an eMandate



409
410
411
# File 'lib/stripe/params/payment_method_create_params.rb', line 409

def mandate_options
  @mandate_options
end