Class: CheckoutSdk::Payments::AfterPaySource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Payments::AfterPaySource
- Defined in:
- lib/checkout_sdk/payments/source/apm/after_pay_source.rb
Instance Attribute Summary collapse
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ AfterPaySource
constructor
A new instance of AfterPaySource.
Constructor Details
#initialize ⇒ AfterPaySource
Returns a new instance of AfterPaySource.
10 11 12 |
# File 'lib/checkout_sdk/payments/source/apm/after_pay_source.rb', line 10 def initialize super CheckoutSdk::Common::PaymentSourceType::AFTERPAY end |
Instance Attribute Details
#account_holder ⇒ CheckoutSdk::Common::AccountHolder
7 8 9 10 11 12 13 |
# File 'lib/checkout_sdk/payments/source/apm/after_pay_source.rb', line 7 class AfterPaySource < PaymentSource attr_accessor :account_holder def initialize super CheckoutSdk::Common::PaymentSourceType::AFTERPAY end end |