Class: Stripe::PaymentIntentConfirmParams::PaymentMethodData::Rechnung
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentConfirmParams::PaymentMethodData::Rechnung
- Defined in:
- lib/stripe/params/payment_intent_confirm_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.
2222 2223 2224 |
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 2222 def initialize(dob: nil) @dob = dob end |
Instance Attribute Details
#dob ⇒ Object
Customer’s date of birth
2220 2221 2222 |
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 2220 def dob @dob end |