MarkCeContactStoreInvoicesAsExportedPayload
The payload object returned when marking invoices as exported in a continuing education contact store.
type MarkCeContactStoreInvoicesAsExportedPayload {
success: Boolean!
}
Fields
MarkCeContactStoreInvoicesAsExportedPayload.success
● Boolean!
non-null scalar
A flag indicating whether the invoices were marked as exported successfully.
Returned By
markCeContactStoreInvoicesAsExported
mutation