amount | number | The price, in US dollars, of the Invoice Item. Equal to the unit price multiplied by quantity. |
from | string | The date the Invoice Item started, based on month. |
label | string | The Invoice Item's display label. |
quantity | integer | The quantity of this Item for the specified Invoice. |
tax | number | The amount of tax levied on this Item in US Dollars. |
to | string | The date the Invoice Item ended, based on month. |
total | number | The price of this Item after taxes in US Dollars. |
type | string | The type of service, ether hourly or misc . |
unit_price | string | The monthly service fee in US Dollars for this Item. |