Jump to content

Invoice line items object

The invoiceLineItems data object

[
  {
    "description": "My Amazing Product",
    "metadata": {
      <metadata object>
    },    
    "price": 0.0,
    "quantity": 0,
    "subtotal": 0.0, 
    "tax": {
      "<tax object>"
    },
    "taxDue": 0.0,    
    "total": 0.0
  }
]

id

Unique string identifying the object. This property is always set.


Recent Contributors To This Page