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

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/payment_intent.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.



11613
11614
11615
# File 'lib/stripe/resources/payment_intent.rb', line 11613

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

Instance Attribute Details

#cartes_bancairesObject

Cartes Bancaires-specific 3DS fields.



11611
11612
11613
# File 'lib/stripe/resources/payment_intent.rb', line 11611

def cartes_bancaires
  @cartes_bancaires
end