Invoice Preview
Output representation of the invoice preview result.
- JSON example
-
"invoiceDetailList": [ { "accountId": "001Z6000005aQj8", "currencyIsoCode": "USD", "dueDate": "2025-01-03", "invoiceDate": "2024-12-04", "invoiceLineDetailList": [ { "billingFrequency": "OneTime", "chargeAmount": "1990.00", "endDate": "2024-07-18", "lineAmount": "2189.00", "productName": "Laptop", "quantity": "10.0", "startDate": "2024-07-18", "taxAmount": "199.0", "unitPrice": "199.0" } ], "totalAmount": "1990.00", "totalAmountWithTax": "2189.00", "totalTaxAmount": "199.0" } ]
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
accountId | String | The account ID of the billing transaction. | Big, 63.0 | 63.0 |
currencyCode | String | The currency code for the amount fields. | Big, 63.0 | 63.0 |
dueDate | String | The date by when the customer must pay an invoice that’s generated for the billing transaction. | Big, 63.0 | 63.0 |
invoiceDate | String | The date when an invoice that’s generated for the billing transaction is posted. | Big, 63.0 | 63.0 |
invoiceLines | Invoice Line Preview[] | The details of the invoice lines related to the invoices that are generated for the billing transaction. | Big, 63.0 | 63.0 |
totalAmount | String | The sum of the total amount on the invoice lines of an invoice that’s generated for the billing transaction. | Big, 63.0 | 63.0 |
totalAmountWithTax | String | The sum of the total amount including tax on the invoice lines of an invoice that’s generated for the billing transaction. | Big, 63.0 | 63.0 |
totalTaxAmount | String | The sum of the tax amount on the invoice lines of an invoice that’s generated for the billing transaction. | Big, 63.0 | 63.0 |