Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InvoiceLineSummary

Product items of the invoice

Properties

Optional currency

currency: model.Currency

Optional netUnitPrice

netUnitPrice: undefined | number

Unit price of the ordered product Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional orderNo

orderNo: undefined | string

Product of the item

Optional partNumber

partNumber: undefined | string

Part number

product

product: string

Product of the item

Optional quantity

quantity: undefined | number

Quantity of the ordered product Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timeEnd

timeEnd: Date

End date

Optional timeStart

timeStart: Date

Start date

Optional totalPrice

totalPrice: undefined | number

Total price of the ordered product (Net unit price x quantity) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj