CreateContactBillingInput
The contact's billing details.
input CreateContactBillingInput {
  address: AddressInput
  email: EmailAddress
  fax: String
  firstName: String
  jobTitle: String
  lastName: String
  organizationName: String
  phone: String
  title: String
}
Fields
CreateContactBillingInput.address ● AddressInput input
The address of the billing contact. Optional.
CreateContactBillingInput.email ● EmailAddress scalar
The email address of the billing contact. Optional.
CreateContactBillingInput.fax ● String scalar
UTF-8 string value that represents the contact's billing fax number. Optional.
CreateContactBillingInput.firstName ● String scalar
UTF-8 string value that represents the first name of the billing contact. Optional.
CreateContactBillingInput.jobTitle ● String scalar
UTF-8 string value that represents the job title of the billing contact. Optional.
CreateContactBillingInput.lastName ● String scalar
UTF-8 string value that represents the last name of the billing contact. Optional.
CreateContactBillingInput.organizationName ● String scalar
UTF-8 string value that represents the organization of the billing contact. Optional.
CreateContactBillingInput.phone ● String scalar
UTF-8 string value that represents the contact's billing phone number. Optional.
CreateContactBillingInput.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
CreateCeContactStoreContactInput  input ● CreateContactInput  input ● CreateContactStoreContactInput  input ● CreateMembershipContactStoreContactInput  input