Class: CheckoutSdk::Payments::AchSource

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

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeAchSource

Returns a new instance of AchSource.



22
23
24
# File 'lib/checkout_sdk/payments/source/apm/ach_source.rb', line 22

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

Instance Attribute Details

#account_holderCheckoutSdk::Common::AccountHolder



15
16
17
18
19
20
21
22
23
24
25
# File 'lib/checkout_sdk/payments/source/apm/ach_source.rb', line 15

class AchSource < PaymentSource
  attr_accessor :account_type,
                :country,
                :account_number,
                :bank_code,
                :account_holder

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

#account_numberString

Returns:

  • (String)


15
16
17
18
19
20
21
22
23
24
25
# File 'lib/checkout_sdk/payments/source/apm/ach_source.rb', line 15

class AchSource < PaymentSource
  attr_accessor :account_type,
                :country,
                :account_number,
                :bank_code,
                :account_holder

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

#account_typeCheckoutSdk::Common::AccountType



15
16
17
18
19
20
21
22
23
24
25
# File 'lib/checkout_sdk/payments/source/apm/ach_source.rb', line 15

class AchSource < PaymentSource
  attr_accessor :account_type,
                :country,
                :account_number,
                :bank_code,
                :account_holder

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

#bank_codeString

Returns:

  • (String)


15
16
17
18
19
20
21
22
23
24
25
# File 'lib/checkout_sdk/payments/source/apm/ach_source.rb', line 15

class AchSource < PaymentSource
  attr_accessor :account_type,
                :country,
                :account_number,
                :bank_code,
                :account_holder

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

#countryCheckoutSdk::Common::Country



15
16
17
18
19
20
21
22
23
24
25
# File 'lib/checkout_sdk/payments/source/apm/ach_source.rb', line 15

class AchSource < PaymentSource
  attr_accessor :account_type,
                :country,
                :account_number,
                :bank_code,
                :account_holder

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