Skip to main content

RestoreSponsorshipInput

Define the input for restoring a sponsorship.

input RestoreSponsorshipInput {
contactId: ID!
eventId: ID!
payingContactId: ID
paymentStatus: PaymentStatusInput!
sponsorshipId: ID!
status: SponsorshipStatusInput!
}

Fields

RestoreSponsorshipInput.contactId ● ID! non-null scalar

The identifier of the contact the sponsorship is associated with.

RestoreSponsorshipInput.eventId ● ID! non-null scalar

The identifier of the event the sponsorship is associated with.

RestoreSponsorshipInput.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.

RestoreSponsorshipInput.paymentStatus ● PaymentStatusInput! non-null enum

The new payment status for the sponsorship.

RestoreSponsorshipInput.sponsorshipId ● ID! non-null scalar

The identifier of the sponsorship.

RestoreSponsorshipInput.status ● SponsorshipStatusInput! non-null enum

The status of the sponsorship.

Member Of

restoreSponsorship mutation