Class: QPay::EbarimtItem
- Inherits:
-
Struct
- Object
- Struct
- QPay::EbarimtItem
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#bar_code ⇒ Object
Returns the value of attribute bar_code.
-
#barimt_id ⇒ Object
Returns the value of attribute barimt_id.
-
#city_tax_amount ⇒ Object
Returns the value of attribute city_tax_amount.
-
#created_by ⇒ Object
Returns the value of attribute created_by.
-
#created_date ⇒ Object
Returns the value of attribute created_date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#merchant_product_code ⇒ Object
Returns the value of attribute merchant_product_code.
-
#name ⇒ Object
Returns the value of attribute name.
-
#note ⇒ Object
Returns the value of attribute note.
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tax_product_code ⇒ Object
Returns the value of attribute tax_product_code.
-
#unit_price ⇒ Object
Returns the value of attribute unit_price.
-
#updated_by ⇒ Object
Returns the value of attribute updated_by.
-
#updated_date ⇒ Object
Returns the value of attribute updated_date.
-
#vat_amount ⇒ Object
Returns the value of attribute vat_amount.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def amount @amount end |
#bar_code ⇒ Object
Returns the value of attribute bar_code
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def end |
#barimt_id ⇒ Object
Returns the value of attribute barimt_id
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def end |
#city_tax_amount ⇒ Object
Returns the value of attribute city_tax_amount
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def city_tax_amount @city_tax_amount end |
#created_by ⇒ Object
Returns the value of attribute created_by
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def created_by @created_by end |
#created_date ⇒ Object
Returns the value of attribute created_date
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def created_date @created_date end |
#id ⇒ Object
Returns the value of attribute id
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def id @id end |
#merchant_product_code ⇒ Object
Returns the value of attribute merchant_product_code
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def merchant_product_code @merchant_product_code end |
#name ⇒ Object
Returns the value of attribute name
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def name @name end |
#note ⇒ Object
Returns the value of attribute note
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def note @note end |
#quantity ⇒ Object
Returns the value of attribute quantity
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def quantity @quantity end |
#status ⇒ Object
Returns the value of attribute status
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def status @status end |
#tax_product_code ⇒ Object
Returns the value of attribute tax_product_code
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def tax_product_code @tax_product_code end |
#unit_price ⇒ Object
Returns the value of attribute unit_price
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def unit_price @unit_price end |
#updated_by ⇒ Object
Returns the value of attribute updated_by
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def updated_by @updated_by end |
#updated_date ⇒ Object
Returns the value of attribute updated_date
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def updated_date @updated_date end |
#vat_amount ⇒ Object
Returns the value of attribute vat_amount
206 207 208 |
# File 'lib/qpay/models.rb', line 206 def vat_amount @vat_amount end |