Class: Stripe::ConfirmationToken::CreateParams::PaymentMethodData::Eps
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::ConfirmationToken::CreateParams::PaymentMethodData::Eps
- Defined in:
- lib/stripe/resources/confirmation_token.rb
Instance Attribute Summary collapse
-
#bank ⇒ Object
The customer’s bank.
Instance Method Summary collapse
-
#initialize(bank: nil) ⇒ Eps
constructor
A new instance of Eps.
Methods inherited from RequestParams
Constructor Details
#initialize(bank: nil) ⇒ Eps
Returns a new instance of Eps.
1012 1013 1014 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1012 def initialize(bank: nil) @bank = bank end |
Instance Attribute Details
#bank ⇒ Object
The customer’s bank.
1010 1011 1012 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1010 def bank @bank end |