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.



975
976
977
# File 'lib/stripe/resources/payment_method.rb', line 975

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

Instance Attribute Details

#bankObject

The customer’s bank.



973
974
975
# File 'lib/stripe/resources/payment_method.rb', line 973

def bank
  @bank
end