RestoreFunctionRegistrationInput
Defines the input for updating a function registration's status in an event.
input RestoreFunctionRegistrationInput {
contactId: ID!
eventId: ID!
functionRegistrationId: ID!
payingContactId: ID
paymentStatus: PaymentStatusInput!
splitChargeAmount: Float
}
Fields
RestoreFunctionRegistrationInput.contactId ● ID! non-null scalar
The identifier of the contact.
RestoreFunctionRegistrationInput.eventId ● ID! non-null scalar
The identifier of the event.
RestoreFunctionRegistrationInput.functionRegistrationId ● ID! non-null scalar
The identifier of the function registration.
RestoreFunctionRegistrationInput.payingContactId ● ID scalar
The identifier of the contact who pays for the item or who pays for part of the charge. 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, CANCELED_CHARGE_TO_ANOTHER_CONTACT or SPLIT_CHARGE.
RestoreFunctionRegistrationInput.paymentStatus ● PaymentStatusInput! non-null enum
The new payment status of the function registration.
RestoreFunctionRegistrationInput.splitChargeAmount ● Float scalar
The amount that the other contact is paying when the paymentStatus is SPLIT_CHARGE. Optional.
Value is required if paymentStatus is set to SPLIT_CHARGE. Must be greater than 0.
Member Of
restoreFunctionRegistration mutation