Method: CheckoutSdk::Payments::AlipayPlusSource.alipay_plus_true_money_source
- Defined in:
- lib/checkout_sdk/payments/source/apm/alipay_plus_source.rb
.alipay_plus_true_money_source ⇒ AlipayPlusSource
Returns of type Common::PaymentSourceType::TRUEMONEY.
37 38 39 |
# File 'lib/checkout_sdk/payments/source/apm/alipay_plus_source.rb', line 37 def self.alipay_plus_true_money_source AlipayPlusSource.new CheckoutSdk::Common::PaymentSourceType::TRUEMONEY end |