MarkEventInvoicesAsExportedPayload
The payload object returned when marking invoices as exported in an event.
type MarkEventInvoicesAsExportedPayload {
success: Boolean!
}
Fields
MarkEventInvoicesAsExportedPayload.success
● Boolean!
non-null scalar
A flag indicating whether the invoices were marked as exported successfully.
Returned By
markEventInvoicesAsExported
mutation