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