Class: Stripe::ConfirmationTokenCreateParams::PaymentMethodData::Rechnung
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::ConfirmationTokenCreateParams::PaymentMethodData::Rechnung
- Defined in:
- lib/stripe/params/confirmation_token_create_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.
300 301 302 |
# File 'lib/stripe/params/confirmation_token_create_params.rb', line 300 def initialize(dob: nil) @dob = dob end |
Instance Attribute Details
#dob ⇒ Object
Customer’s date of birth
298 299 300 |
# File 'lib/stripe/params/confirmation_token_create_params.rb', line 298 def dob @dob end |