Class: CheckoutSdk::Previous::Payments::AlmaSource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Previous::Payments::AlmaSource
- Defined in:
- lib/checkout_sdk/payments/previous/source/apm/alma_source.rb
Instance Attribute Summary collapse
- #account_holder_name ⇒ String
- #billing_address ⇒ CheckoutSdk::Common::Address
- #billing_descriptor ⇒ String
- #language ⇒ String
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ AlmaSource
constructor
A new instance of AlmaSource.
Constructor Details
#initialize ⇒ AlmaSource
Returns a new instance of AlmaSource.
17 18 19 |
# File 'lib/checkout_sdk/payments/previous/source/apm/alma_source.rb', line 17 def initialize super CheckoutSdk::Common::PaymentSourceType::ALMA end |
Instance Attribute Details
#account_holder_name ⇒ String
14 15 16 17 18 19 20 |
# File 'lib/checkout_sdk/payments/previous/source/apm/alma_source.rb', line 14 class AlmaSource < PaymentSource attr_accessor :billing_address def initialize super CheckoutSdk::Common::PaymentSourceType::ALMA end end |
#billing_address ⇒ CheckoutSdk::Common::Address
14 15 16 17 18 19 20 |
# File 'lib/checkout_sdk/payments/previous/source/apm/alma_source.rb', line 14 class AlmaSource < PaymentSource attr_accessor :billing_address def initialize super CheckoutSdk::Common::PaymentSourceType::ALMA end end |
#billing_descriptor ⇒ String
14 15 16 17 18 19 20 |
# File 'lib/checkout_sdk/payments/previous/source/apm/alma_source.rb', line 14 class AlmaSource < PaymentSource attr_accessor :billing_address def initialize super CheckoutSdk::Common::PaymentSourceType::ALMA end end |
#language ⇒ String
14 15 16 17 18 19 20 |
# File 'lib/checkout_sdk/payments/previous/source/apm/alma_source.rb', line 14 class AlmaSource < PaymentSource attr_accessor :billing_address def initialize super CheckoutSdk::Common::PaymentSourceType::ALMA end end |