Class: CheckoutSdk::Previous::Payments::BenefitPaySource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Previous::Payments::BenefitPaySource
- Defined in:
- lib/checkout_sdk/payments/previous/source/apm/benefit_pay_source.rb
Instance Attribute Summary collapse
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ BenefitPaySource
constructor
A new instance of BenefitPaySource.
Constructor Details
#initialize ⇒ BenefitPaySource
Returns a new instance of BenefitPaySource.
11 12 13 |
# File 'lib/checkout_sdk/payments/previous/source/apm/benefit_pay_source.rb', line 11 def initialize super CheckoutSdk::Common::PaymentSourceType::BENEFITPAY end |
Instance Attribute Details
#integration_type ⇒ String
Returns IntegrationType.
8 9 10 11 12 13 14 |
# File 'lib/checkout_sdk/payments/previous/source/apm/benefit_pay_source.rb', line 8 class BenefitPaySource < PaymentSource attr_accessor :integration_type def initialize super CheckoutSdk::Common::PaymentSourceType::BENEFITPAY end end |