Class: QPay::EbarimtInvoiceLine
- Inherits:
-
Struct
- Object
- Struct
- QPay::EbarimtInvoiceLine
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#barcode ⇒ Object
Returns the value of attribute barcode.
-
#classification_code ⇒ Object
Returns the value of attribute classification_code.
-
#line_description ⇒ Object
Returns the value of attribute line_description.
-
#line_quantity ⇒ Object
Returns the value of attribute line_quantity.
-
#line_unit_price ⇒ Object
Returns the value of attribute line_unit_price.
-
#note ⇒ Object
Returns the value of attribute note.
-
#tax_product_code ⇒ Object
Returns the value of attribute tax_product_code.
-
#taxes ⇒ Object
Returns the value of attribute taxes.
Instance Attribute Details
#barcode ⇒ Object
Returns the value of attribute barcode
53 54 55 |
# File 'lib/qpay/models.rb', line 53 def @barcode end |
#classification_code ⇒ Object
Returns the value of attribute classification_code
53 54 55 |
# File 'lib/qpay/models.rb', line 53 def classification_code @classification_code end |
#line_description ⇒ Object
Returns the value of attribute line_description
53 54 55 |
# File 'lib/qpay/models.rb', line 53 def line_description @line_description end |
#line_quantity ⇒ Object
Returns the value of attribute line_quantity
53 54 55 |
# File 'lib/qpay/models.rb', line 53 def line_quantity @line_quantity end |
#line_unit_price ⇒ Object
Returns the value of attribute line_unit_price
53 54 55 |
# File 'lib/qpay/models.rb', line 53 def line_unit_price @line_unit_price end |
#note ⇒ Object
Returns the value of attribute note
53 54 55 |
# File 'lib/qpay/models.rb', line 53 def note @note end |
#tax_product_code ⇒ Object
Returns the value of attribute tax_product_code
53 54 55 |
# File 'lib/qpay/models.rb', line 53 def tax_product_code @tax_product_code end |
#taxes ⇒ Object
Returns the value of attribute taxes
53 54 55 |
# File 'lib/qpay/models.rb', line 53 def taxes @taxes end |