Class: Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::Card::ThreeDSecure::NetworkOptions

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



1105
1106
1107
# File 'lib/stripe/params/payment_intent_update_params.rb', line 1105

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

Instance Attribute Details

#cartes_bancairesObject

Cartes Bancaires-specific 3DS fields.



1103
1104
1105
# File 'lib/stripe/params/payment_intent_update_params.rb', line 1103

def cartes_bancaires
  @cartes_bancaires
end