Class: Stripe::PaymentIntentService::UpdateParams::PaymentMethodData::Rechnung

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



4749
4750
4751
# File 'lib/stripe/services/payment_intent_service.rb', line 4749

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

Instance Attribute Details

#dobObject

Customer’s date of birth



4747
4748
4749
# File 'lib/stripe/services/payment_intent_service.rb', line 4747

def dob
  @dob
end