RestoreCeContactStoreFunctionRegistrationInput
Defines the input for updating a function registration's status in a continuing education contact store.
input RestoreCeContactStoreFunctionRegistrationInput {
ceContactStoreId: ID!
contactId: ID!
functionRegistrationId: ID!
payingContactId: ID
paymentStatus: PaymentStatusInput!
}
Fields
RestoreCeContactStoreFunctionRegistrationInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store.
RestoreCeContactStoreFunctionRegistrationInput.contactId
● ID!
non-null scalar
The identifier of the contact.
RestoreCeContactStoreFunctionRegistrationInput.functionRegistrationId
● ID!
non-null scalar
The identifier of the function registration.
RestoreCeContactStoreFunctionRegistrationInput.payingContactId
● ID
scalar
The identifier of the contact who pays for the item. Optional.
If specified the paying contact must be different from the contact who owns the item
and the record's payment status must be CHARGE_TO_ANOTHER_CONTACT
or CANCELED_CHARGE_TO_ANOTHER_CONTACT
.
RestoreCeContactStoreFunctionRegistrationInput.paymentStatus
● PaymentStatusInput!
non-null enum
The new payment status of the function registration.