Class: Stripe::PaymentMethod::CreateParams::Eps
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentMethod::CreateParams::Eps
- Defined in:
- lib/stripe/resources/payment_method.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.
905 906 907 |
# File 'lib/stripe/resources/payment_method.rb', line 905 def initialize(bank: nil) @bank = bank end |
Instance Attribute Details
#bank ⇒ Object
The customer’s bank.
903 904 905 |
# File 'lib/stripe/resources/payment_method.rb', line 903 def bank @bank end |