Class: QPay::InvoiceLine
- Inherits:
-
Struct
- Object
- Struct
- QPay::InvoiceLine
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#discounts ⇒ Object
Returns the value of attribute discounts.
-
#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.
-
#surcharges ⇒ Object
Returns the value of attribute surcharges.
-
#tax_product_code ⇒ Object
Returns the value of attribute tax_product_code.
-
#taxes ⇒ Object
Returns the value of attribute taxes.
Instance Attribute Details
#discounts ⇒ Object
Returns the value of attribute discounts
47 48 49 |
# File 'lib/qpay/models.rb', line 47 def discounts @discounts end |
#line_description ⇒ Object
Returns the value of attribute line_description
47 48 49 |
# File 'lib/qpay/models.rb', line 47 def line_description @line_description end |
#line_quantity ⇒ Object
Returns the value of attribute line_quantity
47 48 49 |
# File 'lib/qpay/models.rb', line 47 def line_quantity @line_quantity end |
#line_unit_price ⇒ Object
Returns the value of attribute line_unit_price
47 48 49 |
# File 'lib/qpay/models.rb', line 47 def line_unit_price @line_unit_price end |
#note ⇒ Object
Returns the value of attribute note
47 48 49 |
# File 'lib/qpay/models.rb', line 47 def note @note end |
#surcharges ⇒ Object
Returns the value of attribute surcharges
47 48 49 |
# File 'lib/qpay/models.rb', line 47 def surcharges @surcharges end |
#tax_product_code ⇒ Object
Returns the value of attribute tax_product_code
47 48 49 |
# File 'lib/qpay/models.rb', line 47 def tax_product_code @tax_product_code end |
#taxes ⇒ Object
Returns the value of attribute taxes
47 48 49 |
# File 'lib/qpay/models.rb', line 47 def taxes @taxes end |