Class: CheckoutSdk::Previous::Payments::BenefitPaySource

Inherits:
PaymentSource
  • Object
show all
Defined in:
lib/checkout_sdk/payments/previous/source/apm/benefit_pay_source.rb

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeBenefitPaySource

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_typeString

Returns IntegrationType.

Returns:



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