Class: Stripe::SetupIntentService::CreateParams::PaymentMethodOptions::Pix

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/setup_intent_service.rb

Defined Under Namespace

Classes: MandateOptions

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(mandate_options: nil) ⇒ Pix

Returns a new instance of Pix.



1141
1142
1143
# File 'lib/stripe/services/setup_intent_service.rb', line 1141

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

Instance Attribute Details

#mandate_optionsObject

Additional fields for mandate creation.



1139
1140
1141
# File 'lib/stripe/services/setup_intent_service.rb', line 1139

def mandate_options
  @mandate_options
end