Class: Stripe::PaymentIntentConfirmParams::PaymentMethodData::Klarna
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentConfirmParams::PaymentMethodData::Klarna
- Defined in:
- lib/stripe/params/payment_intent_confirm_params.rb
Defined Under Namespace
Classes: Dob
Instance Attribute Summary collapse
-
#dob ⇒ Object
Customer’s date of birth.
Instance Method Summary collapse
-
#initialize(dob: nil) ⇒ Klarna
constructor
A new instance of Klarna.
Methods inherited from RequestParams
Constructor Details
#initialize(dob: nil) ⇒ Klarna
Returns a new instance of Klarna.
428 429 430 |
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 428 def initialize(dob: nil) @dob = dob end |
Instance Attribute Details
#dob ⇒ Object
Customer’s date of birth
426 427 428 |
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 426 def dob @dob end |