ConnectApi.InvoiceRecoveryResult

Output representation of the details of the recovered invoice and billing schedules.
Property Name Type Description Available Version
billing​Schedules List<ConnectApi.BillingScheduleRecoveryResult>

Billing schedules associated with this invoice.

62.0
invoice​Errors List<ConnectApi.ErrorResponse>

List of errors encountered during the invoice recovery.

62.0
invoice​Id String

ID of the recovered invoice.

62.0
invoice​Status 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