UpdateContactStoreContactBillingInput
Defines the input for updating a contact's billing details in a contact store.
input UpdateContactStoreContactBillingInput {
contactId: ID!
contactStoreId: ID!
email: EmailAddress
fax: String
firstName: String
jobTitle: String
lastName: String
organizationName: String
phone: String
title: String
}
Fields
UpdateContactStoreContactBillingInput.contactId
● ID!
non-null scalar
The identifier of the contact.
UpdateContactStoreContactBillingInput.contactStoreId
● ID!
non-null scalar
The identifier of the contact store the contact is associated with.
UpdateContactStoreContactBillingInput.email
● EmailAddress
scalar
The email address of the billing contact. Optional.
UpdateContactStoreContactBillingInput.fax
● String
scalar
UTF-8 string value that represents the contact's billing fax number. Optional.
UpdateContactStoreContactBillingInput.firstName
● String
scalar
UTF-8 string value that represents the first name of the billing contact. Optional.
UpdateContactStoreContactBillingInput.jobTitle
● String
scalar
UTF-8 string value that represents the job title of the billing contact. Optional.
UpdateContactStoreContactBillingInput.lastName
● String
scalar
UTF-8 string value that represents the last name of the billing contact. Optional.
UpdateContactStoreContactBillingInput.organizationName
● String
scalar
UTF-8 string value that represents the organization of the billing contact. Optional.
UpdateContactStoreContactBillingInput.phone
● String
scalar
UTF-8 string value that represents the contact's billing phone number. Optional.
UpdateContactStoreContactBillingInput.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
updateContactStoreContactBilling
mutation