Class: Stripe::PaymentIntentCreateParams::PaymentMethodData::Klarna

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_intent_create_params.rb

Defined Under Namespace

Classes: Dob

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



2105
2106
2107
# File 'lib/stripe/params/payment_intent_create_params.rb', line 2105

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

Instance Attribute Details

#dobObject

Customer’s date of birth



2103
2104
2105
# File 'lib/stripe/params/payment_intent_create_params.rb', line 2103

def dob
  @dob
end