Class: CheckoutSdk::Payments::FawryProduct
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::FawryProduct
- Defined in:
- lib/checkout_sdk/payments/source/apm/fawry_product.rb
Instance Attribute Summary collapse
Instance Attribute Details
#description ⇒ 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 |
#price ⇒ 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_id ⇒ 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 |
#quantity ⇒ 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 |