ConnectApi.InvoiceInputRepresentation
Input representation of the details of the billing schedule.
Property | Type | Description | Required or Optional | Available Version |
---|---|---|---|---|
action | ConnectApi.InvoiceAction |
Type of invoice to be created. Valid values are:
|
Required | 62.0 |
billingScheduleIds | List<String> |
List of billing schedule IDs that’s used to create the invoices. You can specify a maximum of 200 billing schedules. |
Required | 62.0 |
correlationId | String |
Property that’s tagged against the published InvoiceProcessedEvent event, if specified. |
Optional | 62.0 |
invoiceDate | String |
Stamping date of the invoice in ISO 8601 format. |
Required | 62.0 |
targetDate | String |
Date in ISO 8601 format used to decide the billing periods that are included to create invoices. |
Required | 62.0 |