Skip to main content

MarkCeContactStorePaymentsAsExportedPayload

The payload object returned when marking payments as exported in a continuing education contact store.

type MarkCeContactStorePaymentsAsExportedPayload {
success: Boolean!
}

Fields​

MarkCeContactStorePaymentsAsExportedPayload.success ● Boolean! non-null scalar​

A flag indicating whether the payments were marked as exported successfully.

Returned By​

markCeContactStorePaymentsAsExported mutation