Class: CheckoutSdk::Previous::Payments::AlipaySource

Inherits:
PaymentSource
  • Object
show all
Defined in:
lib/checkout_sdk/payments/previous/source/apm/alipay_source.rb

Instance Attribute Summary

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeAlipaySource

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