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 NameTypeDescription
itemIdLabelStringDefault is "Item ID". Value entered here will replace that.
itemNameLabelStringDefault is "Item Name". Value entered here will replace that.
itemDescriptionLabelStringDefault is "Item Description". Value entered here will replace that.
"lineItemTableLabels": {
    "itemIdLabel": "Account Number",
    "itemNameLabel": "Service Rendered",
    "itemDescriptionLabel": "Description"
  },