Class: Stripe::PaymentIntentUpdateParams::PaymentMethodData::Rechnung
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentUpdateParams::PaymentMethodData::Rechnung
- Defined in:
- lib/stripe/params/payment_intent_update_params.rb
Defined Under Namespace
Classes: Dob
Instance Attribute Summary collapse
-
#dob ⇒ Object
Customer’s date of birth.
Instance Method Summary collapse
-
#initialize(dob: nil) ⇒ Rechnung
constructor
A new instance of Rechnung.
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.
2198 2199 2200 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 2198 def initialize(dob: nil) @dob = dob end |
Instance Attribute Details
#dob ⇒ Object
Customer’s date of birth
2196 2197 2198 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 2196 def dob @dob end |