Class: Stripe::SetupIntentConfirmParams::PaymentMethodData::Klarna
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::SetupIntentConfirmParams::PaymentMethodData::Klarna
- Defined in:
- lib/stripe/params/setup_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
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(dob: nil) ⇒ Klarna
Returns a new instance of Klarna.
224 225 226 |
# File 'lib/stripe/params/setup_intent_confirm_params.rb', line 224 def initialize(dob: nil) @dob = dob end |
Instance Attribute Details
#dob ⇒ Object
Customer’s date of birth
222 223 224 |
# File 'lib/stripe/params/setup_intent_confirm_params.rb', line 222 def dob @dob end |