Skip to main content

UpdateMembershipContactStoreContactBillingInput

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

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

Fields

UpdateMembershipContactStoreContactBillingInput.contactId ● ID! non-null scalar

The identifier of the contact.

UpdateMembershipContactStoreContactBillingInput.email ● EmailAddress scalar

The email address of the billing contact. Optional.

UpdateMembershipContactStoreContactBillingInput.fax ● String scalar

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

UpdateMembershipContactStoreContactBillingInput.firstName ● String scalar

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

UpdateMembershipContactStoreContactBillingInput.jobTitle ● String scalar

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

UpdateMembershipContactStoreContactBillingInput.lastName ● String scalar

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

UpdateMembershipContactStoreContactBillingInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the contact is associated with.

UpdateMembershipContactStoreContactBillingInput.organizationName ● String scalar

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

UpdateMembershipContactStoreContactBillingInput.phone ● String scalar

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

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

updateMembershipContactStoreContactBilling mutation