Class: CheckoutSdk::Payments::BankAccountSource

Inherits:
PaymentSource show all
Defined in:
lib/checkout_sdk/payments/source/bank_account_source.rb

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeBankAccountSource

Returns a new instance of BankAccountSource.



25
26
27
# File 'lib/checkout_sdk/payments/source/bank_account_source.rb', line 25

def initialize
  super CheckoutSdk::Common::PaymentSourceType::
end

Instance Attribute Details

#account_holderCheckoutSdk::Common::AccountHolder



17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/checkout_sdk/payments/source/bank_account_source.rb', line 17

class BankAccountSource < PaymentSource
  attr_accessor :payment_method,
                :account_type,
                :country,
                :account_number,
                :bank_code,
                :account_holder

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::
  end
end

#account_numberString

Returns:

  • (String)


17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/checkout_sdk/payments/source/bank_account_source.rb', line 17

class BankAccountSource < PaymentSource
  attr_accessor :payment_method,
                :account_type,
                :country,
                :account_number,
                :bank_code,
                :account_holder

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::
  end
end

#account_typeString

Returns:



17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/checkout_sdk/payments/source/bank_account_source.rb', line 17

class BankAccountSource < PaymentSource
  attr_accessor :payment_method,
                :account_type,
                :country,
                :account_number,
                :bank_code,
                :account_holder

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::
  end
end

#bank_codeString

Returns:

  • (String)


17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/checkout_sdk/payments/source/bank_account_source.rb', line 17

class BankAccountSource < PaymentSource
  attr_accessor :payment_method,
                :account_type,
                :country,
                :account_number,
                :bank_code,
                :account_holder

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::
  end
end

#countryString

Returns Common::Country.

Returns:



17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/checkout_sdk/payments/source/bank_account_source.rb', line 17

class BankAccountSource < PaymentSource
  attr_accessor :payment_method,
                :account_type,
                :country,
                :account_number,
                :bank_code,
                :account_holder

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::
  end
end

#payment_methodString

Returns:

  • (String)


17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/checkout_sdk/payments/source/bank_account_source.rb', line 17

class BankAccountSource < PaymentSource
  attr_accessor :payment_method,
                :account_type,
                :country,
                :account_number,
                :bank_code,
                :account_holder

  def initialize
    super CheckoutSdk::Common::PaymentSourceType::
  end
end