Skip to main content

UpdateCeContactStoreContactBillingInput

Defines the input for updating a contact's billing details in a continuing education contact store.

input UpdateCeContactStoreContactBillingInput {
ceContactStoreId: ID!
contactId: ID!
email: EmailAddress
fax: String
firstName: String
jobTitle: String
lastName: String
organizationName: String
phone: String
title: String
}

Fields

UpdateCeContactStoreContactBillingInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store the contact is associated with.

UpdateCeContactStoreContactBillingInput.contactId ● ID! non-null scalar

The identifier of the contact.

UpdateCeContactStoreContactBillingInput.email ● EmailAddress scalar

The email address of the billing contact. Optional.

UpdateCeContactStoreContactBillingInput.fax ● String scalar

UTF-8 string value that represents the contact's billing fax number. Optional.

UpdateCeContactStoreContactBillingInput.firstName ● String scalar

UTF-8 string value that represents the first name of the billing contact. Optional.

UpdateCeContactStoreContactBillingInput.jobTitle ● String scalar

UTF-8 string value that represents the job title of the billing contact. Optional.

UpdateCeContactStoreContactBillingInput.lastName ● String scalar

UTF-8 string value that represents the last name of the billing contact. Optional.

UpdateCeContactStoreContactBillingInput.organizationName ● String scalar

UTF-8 string value that represents the organization of the billing contact. Optional.

UpdateCeContactStoreContactBillingInput.phone ● String scalar

UTF-8 string value that represents the contact's billing phone number. Optional.

UpdateCeContactStoreContactBillingInput.title ● String scalar

UTF-8 string value that represents the title of the billing contact's name such as Dr/Mrs/Mr. Optional.

Member Of

updateCeContactStoreContactBilling mutation