Class: Stripe::PaymentMethodService::CreateParams::Rechnung

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/payment_method_service.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) ⇒ Rechnung

Returns a new instance of Rechnung.



369
370
371
# File 'lib/stripe/services/payment_method_service.rb', line 369

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

Instance Attribute Details

#dobObject

Customer’s date of birth



367
368
369
# File 'lib/stripe/services/payment_method_service.rb', line 367

def dob
  @dob
end