UpdateContactBillingInput
Defines the input for updating a contact's billing details in an event.
input UpdateContactBillingInput {
contactId: ID!
email: EmailAddress
eventId: ID!
fax: String
firstName: String
jobTitle: String
lastName: String
organizationName: String
phone: String
title: String
}
Fields
UpdateContactBillingInput.contactId
● ID!
non-null scalar
The identifier of the contact.
UpdateContactBillingInput.email
● EmailAddress
scalar
The email address of the billing contact. Optional.
UpdateContactBillingInput.eventId
● ID!
non-null scalar
The identifier of the event the contact is associated with.