Skip to main content

MarkMembershipContactStoreInvoicesAsExportedPayload

The payload object returned when marking invoices as exported in a membership contact store.

type MarkMembershipContactStoreInvoicesAsExportedPayload {
success: Boolean!
}

Fields​

MarkMembershipContactStoreInvoicesAsExportedPayload.success ● Boolean! non-null scalar​

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

Returned By​

markMembershipContactStoreInvoicesAsExported mutation