Class: CheckoutSdk::Payments::FawryProduct

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns:

  • (String)


13
14
15
16
17
18
# File 'lib/checkout_sdk/payments/source/apm/fawry_product.rb', line 13

class FawryProduct
  attr_accessor :product_id,
                :quantity,
                :price,
                :description
end

#priceInteger

Returns:

  • (Integer)


13
14
15
16
17
18
# File 'lib/checkout_sdk/payments/source/apm/fawry_product.rb', line 13

class FawryProduct
  attr_accessor :product_id,
                :quantity,
                :price,
                :description
end

#product_idString

Returns:

  • (String)


13
14
15
16
17
18
# File 'lib/checkout_sdk/payments/source/apm/fawry_product.rb', line 13

class FawryProduct
  attr_accessor :product_id,
                :quantity,
                :price,
                :description
end

#quantityInteger

Returns:

  • (Integer)


13
14
15
16
17
18
# File 'lib/checkout_sdk/payments/source/apm/fawry_product.rb', line 13

class FawryProduct
  attr_accessor :product_id,
                :quantity,
                :price,
                :description
end