Class: Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::Card::ThreeDSecure::NetworkOptions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::Card::ThreeDSecure::NetworkOptions
- Defined in:
- lib/stripe/params/payment_intent_update_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
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(cartes_bancaires: nil) ⇒ NetworkOptions
Returns a new instance of NetworkOptions.
2989 2990 2991 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 2989 def initialize(cartes_bancaires: nil) @cartes_bancaires = cartes_bancaires end |
Instance Attribute Details
#cartes_bancaires ⇒ Object
Cartes Bancaires-specific 3DS fields.
2987 2988 2989 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 2987 def cartes_bancaires @cartes_bancaires end |