Class: CheckoutSdk::Payments::FawrySource

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

Instance Attribute Summary collapse

Attributes inherited from PaymentSource

#type

Instance Method Summary collapse

Constructor Details

#initializeFawrySource

Returns a new instance of FawrySource.



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

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

Instance Attribute Details

#customer_emailString

Returns:

  • (String)


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

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

Returns:

  • (String)


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

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

Returns:

  • (String)


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

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

Returns:

  • (String)


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

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

Returns:

  • (Time)


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

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)

Returns:



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

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