Class: QPay::EbarimtInvoiceLine

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

Instance Attribute Summary collapse

Instance Attribute Details

#barcode ⇒ Object

Returns the value of attribute barcode

Returns:

  • (Object) —

    the current value of barcode



53
54
55
# File 'lib/qpay/models.rb', line 53

def barcode
  @barcode
end

#classification_code ⇒ Object

Returns the value of attribute classification_code

Returns:

  • (Object) —

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

Returns:

  • (Object) —

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

Returns:

  • (Object) —

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

Returns:

  • (Object) —

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

Returns:

  • (Object) —

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

Returns:

  • (Object) —

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

Returns:

  • (Object) —

    the current value of taxes



53
54
55
# File 'lib/qpay/models.rb', line 53

def taxes
  @taxes
end