Class: CheckoutSdk::Payments::StcPaySource

Inherits:
PaymentSource show all
Defined in:
lib/checkout_sdk/payments/source/apm/stcpay_source.rb

Instance Attribute Summary

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeStcPaySource

Returns a new instance of StcPaySource.



6
7
8
# File 'lib/checkout_sdk/payments/source/apm/stcpay_source.rb', line 6

def initialize
  super CheckoutSdk::Common::PaymentSourceType::STCPAY
end