Class: CheckoutSdk::Payments::SepaSource

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

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeSepaSource

Returns a new instance of SepaSource.



28
29
30
# File 'lib/checkout_sdk/payments/source/apm/sepa_source.rb', line 28

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

Instance Attribute Details

#account_holderCheckoutSdk::Common::AccountHolder



19
20
21
22
23
24
25
26
27
28
29
30
31
# File 'lib/checkout_sdk/payments/source/apm/sepa_source.rb', line 19

class SepaSource < PaymentSource
  attr_accessor :country,
                :account_number,
                :bank_code,
                :currency,
                :mandate_id,
                :date_of_signature,
                :account_holder

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

#account_numberString

Returns:

  • (String)


19
20
21
22
23
24
25
26
27
28
29
30
31
# File 'lib/checkout_sdk/payments/source/apm/sepa_source.rb', line 19

class SepaSource < PaymentSource
  attr_accessor :country,
                :account_number,
                :bank_code,
                :currency,
                :mandate_id,
                :date_of_signature,
                :account_holder

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

#bank_codeString

Returns:

  • (String)


19
20
21
22
23
24
25
26
27
28
29
30
31
# File 'lib/checkout_sdk/payments/source/apm/sepa_source.rb', line 19

class SepaSource < PaymentSource
  attr_accessor :country,
                :account_number,
                :bank_code,
                :currency,
                :mandate_id,
                :date_of_signature,
                :account_holder

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

#countryCheckoutSdk::Common::Country



19
20
21
22
23
24
25
26
27
28
29
30
31
# File 'lib/checkout_sdk/payments/source/apm/sepa_source.rb', line 19

class SepaSource < PaymentSource
  attr_accessor :country,
                :account_number,
                :bank_code,
                :currency,
                :mandate_id,
                :date_of_signature,
                :account_holder

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

#currencyCheckoutSdk::Common::Currency



19
20
21
22
23
24
25
26
27
28
29
30
31
# File 'lib/checkout_sdk/payments/source/apm/sepa_source.rb', line 19

class SepaSource < PaymentSource
  attr_accessor :country,
                :account_number,
                :bank_code,
                :currency,
                :mandate_id,
                :date_of_signature,
                :account_holder

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

#date_of_signatureString

Returns:

  • (String)


19
20
21
22
23
24
25
26
27
28
29
30
31
# File 'lib/checkout_sdk/payments/source/apm/sepa_source.rb', line 19

class SepaSource < PaymentSource
  attr_accessor :country,
                :account_number,
                :bank_code,
                :currency,
                :mandate_id,
                :date_of_signature,
                :account_holder

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

#mandate_idString

Returns:

  • (String)


19
20
21
22
23
24
25
26
27
28
29
30
31
# File 'lib/checkout_sdk/payments/source/apm/sepa_source.rb', line 19

class SepaSource < PaymentSource
  attr_accessor :country,
                :account_number,
                :bank_code,
                :currency,
                :mandate_id,
                :date_of_signature,
                :account_holder

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