MarkMembershipContactStoreInvoicesAsExportedInput
Defines the input for marking invoices as exported in a membership contact store.
When an invoice is marked as exported, the exportedAt
field is populated with the current UTC date. This helps track processing of invoices when integrated with another system.
input MarkMembershipContactStoreInvoicesAsExportedInput {
invoiceIds: [String!]!
membershipContactStoreId: ID!
}
Fields
MarkMembershipContactStoreInvoicesAsExportedInput.invoiceIds
● [String!]!
non-null scalar
The identifiers of the invoices to mark as exported (maximum 2000 identifiers).
MarkMembershipContactStoreInvoicesAsExportedInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store the invoices associated with.