Class: CheckoutSdk::Previous::Payments::FawrySource

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

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeFawrySource



26
27
28
# File 'lib/checkout_sdk/payments/previous/source/apm/fawry_source.rb', line 26

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

Instance Attribute Details

#customer_emailString



18
19
20
21
22
23
24
25
26
27
28
29
# File 'lib/checkout_sdk/payments/previous/source/apm/fawry_source.rb', line 18

class FawrySource < PaymentSource
  attr_accessor :description,
                :customer_profile_id,
                :customer_email,
                :customer_mobile,
                :expires_on,
                :products

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

#customer_mobileString



18
19
20
21
22
23
24
25
26
27
28
29
# File 'lib/checkout_sdk/payments/previous/source/apm/fawry_source.rb', line 18

class FawrySource < PaymentSource
  attr_accessor :description,
                :customer_profile_id,
                :customer_email,
                :customer_mobile,
                :expires_on,
                :products

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

#customer_profile_idString



18
19
20
21
22
23
24
25
26
27
28
29
# File 'lib/checkout_sdk/payments/previous/source/apm/fawry_source.rb', line 18

class FawrySource < PaymentSource
  attr_accessor :description,
                :customer_profile_id,
                :customer_email,
                :customer_mobile,
                :expires_on,
                :products

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

#descriptionString



18
19
20
21
22
23
24
25
26
27
28
29
# File 'lib/checkout_sdk/payments/previous/source/apm/fawry_source.rb', line 18

class FawrySource < PaymentSource
  attr_accessor :description,
                :customer_profile_id,
                :customer_email,
                :customer_mobile,
                :expires_on,
                :products

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

#expires_onTime



18
19
20
21
22
23
24
25
26
27
28
29
# File 'lib/checkout_sdk/payments/previous/source/apm/fawry_source.rb', line 18

class FawrySource < PaymentSource
  attr_accessor :description,
                :customer_profile_id,
                :customer_email,
                :customer_mobile,
                :expires_on,
                :products

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

#productsArray(FawryProduct)



18
19
20
21
22
23
24
25
26
27
28
29
# File 'lib/checkout_sdk/payments/previous/source/apm/fawry_source.rb', line 18

class FawrySource < PaymentSource
  attr_accessor :description,
                :customer_profile_id,
                :customer_email,
                :customer_mobile,
                :expires_on,
                :products

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