LineItem
descriptionstring
The name of the item
productCodestring
The product code of the item
quantityinteger
The quantity of the item
unitAmountinteger<int64>
The unit amount of the item
totalAmountinteger<int64>
The total amount of the item
LineItem
{
"description": "string",
"productCode": "string",
"quantity": 0,
"unitAmount": 0,
"totalAmount": 0
}