Class: Stripe::PaymentMethod::CreateParams::P24

Inherits:
RequestParams show all
Defined in:
lib/stripe/resources/payment_method.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(bank: nil) ⇒ P24

Returns a new instance of P24.



1036
1037
1038
# File 'lib/stripe/resources/payment_method.rb', line 1036

def initialize(bank: nil)
  @bank = bank
end

Instance Attribute Details

#bankObject

The customer’s bank.



1034
1035
1036
# File 'lib/stripe/resources/payment_method.rb', line 1034

def bank
  @bank
end