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.
1585 1586 1587 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1585 def initialize(card: nil) @card = card end |
Instance Attribute Details
#card ⇒ Object
Attribute for param field card
1583 1584 1585 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1583 def card @card end |