Line Item Table Label Object

This object is passed in as a part of the Line Item endpoint. It dictates what the headers of each of the possible line item column headers should read as on the page.

Field Name

Type

Description

itemIdLabel

String

Default is "Item ID". Value entered here will replace that.

itemNameLabel

String

Default is "Item Name". Value entered here will replace that.

itemDescriptionLabel

String

Default is "Item Description". Value entered here will replace that.

"lineItemTableLabels": {
    "itemIdLabel": "Account Number",
    "itemNameLabel": "Service Rendered",
    "itemDescriptionLabel": "Description"
  },