Class: QPay::InvoiceLine

Inherits:
Struct
  • Object
show all
Defined in:
lib/qpay/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#discounts ⇒ Object

Returns the value of attribute discounts

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of note



47
48
49
# File 'lib/qpay/models.rb', line 47

def note
  @note
end

#surcharges ⇒ Object

Returns the value of attribute surcharges

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of taxes



47
48
49
# File 'lib/qpay/models.rb', line 47

def taxes
  @taxes
end