ConnectApi.InvoiceRecoveryResult
Output representation of the details of the recovered invoice and billing
schedules.
Property Name | Type | Description | Available Version |
---|---|---|---|
billingSchedules | List<ConnectApi.BillingScheduleRecoveryResult> |
Billing schedules associated with this invoice. |
62.0 |
invoiceErrors | List<ConnectApi.ErrorResponse> |
List of errors encountered during the invoice recovery. |
62.0 |
invoiceId | String |
ID of the recovered invoice. |
62.0 |
invoiceStatus | String |
Flag that indicates the invoice status. |
62.0 |
success | Boolean |
Indicates whether the overall transaction was successful or not (true) or not (false). |
62.0 |