Class: Stripe::PaymentIntentUpdateParams::PaymentMethodData::Rechnung

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

Returns a new instance of Rechnung.



2512
2513
2514
# File 'lib/stripe/params/payment_intent_update_params.rb', line 2512

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

Instance Attribute Details

#dobObject

Customer’s date of birth



2510
2511
2512
# File 'lib/stripe/params/payment_intent_update_params.rb', line 2510

def dob
  @dob
end