Class: Stripe::PaymentMethod::CreateParams::Fpx

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(account_holder_type: nil, bank: nil) ⇒ Fpx

Returns a new instance of Fpx.



862
863
864
865
# File 'lib/stripe/resources/payment_method.rb', line 862

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

Instance Attribute Details

#account_holder_typeObject

Account holder type for FPX transaction



858
859
860
# File 'lib/stripe/resources/payment_method.rb', line 858

def 
  @account_holder_type
end

#bankObject

The customer’s bank.



860
861
862
# File 'lib/stripe/resources/payment_method.rb', line 860

def bank
  @bank
end