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
Constructor Details
#initialize(dob: nil) ⇒ Rechnung
Returns a new instance of Rechnung.
1243 1244 1245 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 1243 def initialize(dob: nil) @dob = dob end |
Instance Attribute Details
#dob ⇒ Object
Customer’s date of birth
1241 1242 1243 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 1241 def dob @dob end |