Class: Stripe::ConfirmationToken::CreateParams::PaymentMethodOptions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::ConfirmationToken::CreateParams::PaymentMethodOptions
- Defined in:
- lib/stripe/resources/confirmation_token.rb
Defined Under Namespace
Classes: Card
Instance Attribute Summary collapse
-
#card ⇒ Object
Attribute for param field card.
Instance Method Summary collapse
-
#initialize(card: nil) ⇒ PaymentMethodOptions
constructor
A new instance of PaymentMethodOptions.
Methods inherited from RequestParams
Constructor Details
#initialize(card: nil) ⇒ PaymentMethodOptions
Returns a new instance of PaymentMethodOptions.
1590 1591 1592 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1590 def initialize(card: nil) @card = card end |
Instance Attribute Details
#card ⇒ Object
Attribute for param field card
1588 1589 1590 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1588 def card @card end |