MarkCeContactStorePaymentsAsExportedInput
Defines the input for marking payments as exported in a continuing education contact store.
When a payment is marked as exported, the exportedAt
field is populated with the current UTC date. This helps track processing of payments when integrated with another system.
input MarkCeContactStorePaymentsAsExportedInput {
ceContactStoreId: ID!
paymentIds: [String!]!
}
Fields
MarkCeContactStorePaymentsAsExportedInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store the payments are associated with.
MarkCeContactStorePaymentsAsExportedInput.paymentIds
● [String!]!
non-null scalar
The identifiers of the payments to mark as exported (maximum 2000 identifiers).
Member Of
markCeContactStorePaymentsAsExported
mutation