Class: Stripe::ConfirmationTokenCreateParams::PaymentMethodData::Klarna
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::ConfirmationTokenCreateParams::PaymentMethodData::Klarna
- Defined in:
- lib/stripe/params/confirmation_token_create_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.
175 176 177 |
# File 'lib/stripe/params/confirmation_token_create_params.rb', line 175 def initialize(dob: nil) @dob = dob end |
Instance Attribute Details
#dob ⇒ Object
Customer’s date of birth
173 174 175 |
# File 'lib/stripe/params/confirmation_token_create_params.rb', line 173 def dob @dob end |