Class: CheckoutSdk::Previous::Payments::PaymentSource
- Inherits:
-
Object
- Object
- CheckoutSdk::Previous::Payments::PaymentSource
- Defined in:
- lib/checkout_sdk/payments/previous/source/payment_source.rb
Direct Known Subclasses
AlipaySource, AlmaSource, BancontactSource, BenefitPaySource, BoletoSource, CardSource, CustomerSource, DLocalSource, EPSSource, FawrySource, GiropaySource, IdSource, IdealSource, KlarnaSource, KnetSource, MultiBancoSource, NetworkTokenSource, OxxoSource, P24Source, PagoFacilSource, PayPalSource, PoliSource, QPaySource, RapiPagoSource, SofortSource, TokenSource
Instance Attribute Summary collapse
Instance Attribute Details
#type ⇒ String
Returns Common::PaymentSourceType.
8 9 10 11 12 13 14 15 16 17 18 |
# File 'lib/checkout_sdk/payments/previous/source/payment_source.rb', line 8 class PaymentSource attr_reader :type protected # @abstract # @param [String] type {CheckoutSdk::Common::PaymentSourceType} def initialize(type) @type = type end end |