Class: Stripe::TestHelpers::ConfirmationTokenCreateParams::PaymentMethodData::Klarna

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

Defined Under Namespace

Classes: Dob

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(dob: nil) ⇒ Klarna

Returns a new instance of Klarna.



176
177
178
# File 'lib/stripe/params/test_helpers/confirmation_token_create_params.rb', line 176

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

Instance Attribute Details

#dobObject

Customer’s date of birth



174
175
176
# File 'lib/stripe/params/test_helpers/confirmation_token_create_params.rb', line 174

def dob
  @dob
end