Class: CheckoutSdk::Previous::Payments::AlipaySource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Previous::Payments::AlipaySource
- Defined in:
- lib/checkout_sdk/payments/previous/source/apm/alipay_source.rb
Instance Attribute Summary
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ AlipaySource
constructor
A new instance of AlipaySource.
Constructor Details
#initialize ⇒ AlipaySource
Returns a new instance of AlipaySource.
7 8 9 |
# File 'lib/checkout_sdk/payments/previous/source/apm/alipay_source.rb', line 7 def initialize super CheckoutSdk::Common::PaymentSourceType::ALIPAY end |