Skip to main content

MarkMembershipContactStorePaymentsAsExportedInput

Defines the input for marking payments as exported in a membership 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 MarkMembershipContactStorePaymentsAsExportedInput {
membershipContactStoreId: ID!
paymentIds: [String!]!
}

Fields

MarkMembershipContactStorePaymentsAsExportedInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the payments are associated with.

MarkMembershipContactStorePaymentsAsExportedInput.paymentIds ● [String!]! non-null scalar

The identifiers of the payments to mark as exported (maximum 2000 identifiers).

Member Of

markMembershipContactStorePaymentsAsExported mutation