Class: Stripe::PaymentIntentService::ConfirmParams::PaymentMethodOptions::Card::ThreeDSecure::NetworkOptions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentService::ConfirmParams::PaymentMethodOptions::Card::ThreeDSecure::NetworkOptions
- Defined in:
- lib/stripe/services/payment_intent_service.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.
5726 5727 5728 |
# File 'lib/stripe/services/payment_intent_service.rb', line 5726 def initialize(cartes_bancaires: nil) @cartes_bancaires = cartes_bancaires end |
Instance Attribute Details
#cartes_bancaires ⇒ Object
Cartes Bancaires-specific 3DS fields.
5724 5725 5726 |
# File 'lib/stripe/services/payment_intent_service.rb', line 5724 def cartes_bancaires @cartes_bancaires end |