schedule an invoice for the specified Professional Services terms on a contract
Field | Type | Required | Description |
---|---|---|---|
CustomerID |
string | ✔️ | N/A |
ContractID |
string | ✔️ | N/A |
IssuedAt |
time.Time | ✔️ | The date the invoice is issued |
NetsuiteInvoiceHeaderStart |
*time.Time | ➖ | The start date of the invoice header in Netsuite |
NetsuiteInvoiceHeaderEnd |
*time.Time | ➖ | The end date of the invoice header in Netsuite |
LineItems |
[]operations.LineItems | ✔️ | Each line requires an amount or both unit_price and quantity. |