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.
946 947 948 |
# File 'lib/stripe/resources/confirmation_token.rb', line 946 def initialize(bank: nil) @bank = bank end |
Instance Attribute Details
#bank ⇒ Object
The customer’s bank.
944 945 946 |
# File 'lib/stripe/resources/confirmation_token.rb', line 944 def bank @bank end |