UpdateMembershipContactStoreContactBillingInput
Defines the input for updating a contact's billing details in a membership contact store.
input UpdateMembershipContactStoreContactBillingInput {
  address: AddressInput
  contactId: ID!
  email: EmailAddress
  fax: String
  firstName: String
  jobTitle: String
  lastName: String
  membershipContactStoreId: ID!
  organizationName: String
  phone: String
  title: String
}
Fields
UpdateMembershipContactStoreContactBillingInput.address ● AddressInput input
The address of the billing contact. Optional.
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.