Class: Stripe::PaymentIntentService::ConfirmParams::PaymentMethodOptions::Card::ThreeDSecure::NetworkOptions

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

Defined Under Namespace

Classes: CartesBancaires

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(cartes_bancaires: nil) ⇒ NetworkOptions

Returns a new instance of NetworkOptions.



9657
9658
9659
# File 'lib/stripe/services/payment_intent_service.rb', line 9657

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

Instance Attribute Details

#cartes_bancairesObject

Cartes Bancaires-specific 3DS fields.



9655
9656
9657
# File 'lib/stripe/services/payment_intent_service.rb', line 9655

def cartes_bancaires
  @cartes_bancaires
end