Class: Stripe::PaymentIntentConfirmParams::PaymentMethodOptions::Card::ThreeDSecure::NetworkOptions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentConfirmParams::PaymentMethodOptions::Card::ThreeDSecure::NetworkOptions
- Defined in:
- lib/stripe/params/payment_intent_confirm_params.rb
Defined Under Namespace
Classes: CartesBancaires
Instance Attribute Summary collapse
-
#cartes_bancaires ⇒ Object
Cartes Bancaires-specific 3DS fields.
Instance Method Summary collapse
-
#initialize(cartes_bancaires: nil) ⇒ NetworkOptions
constructor
A new instance of NetworkOptions.
Methods inherited from RequestParams
Constructor Details
#initialize(cartes_bancaires: nil) ⇒ NetworkOptions
Returns a new instance of NetworkOptions.
2964 2965 2966 |
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 2964 def initialize(cartes_bancaires: nil) @cartes_bancaires = cartes_bancaires end |
Instance Attribute Details
#cartes_bancaires ⇒ Object
Cartes Bancaires-specific 3DS fields.
2962 2963 2964 |
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 2962 def cartes_bancaires @cartes_bancaires end |