Class: Stripe::SetupIntent::ConfirmParams::PaymentMethodData::Fpx

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/setup_intent.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.



3019
3020
3021
3022
# File 'lib/stripe/resources/setup_intent.rb', line 3019

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



3015
3016
3017
# File 'lib/stripe/resources/setup_intent.rb', line 3015

def 
  @account_holder_type
end

#bankObject

The customer’s bank.



3017
3018
3019
# File 'lib/stripe/resources/setup_intent.rb', line 3017

def bank
  @bank
end