Skip to main content

BillingContact

Encapsulates information about a billing contact.

type BillingContact {
address: ContactAddress
createdAt: DateTime!
createdBy: String
email: EmailAddress
fax: String
firstName: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
lastName: String
organizationName: String
phone: String
title: String
}

Fields

BillingContact.address ● ContactAddress object

The address of the billing contact. Optional.

BillingContact.createdAt ● DateTime! non-null scalar

The date and time the record was created.

BillingContact.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

BillingContact.email ● EmailAddress scalar

The email address of the billing contact. Optional.

BillingContact.fax ● String scalar

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

BillingContact.firstName ● String scalar

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

BillingContact.id ● ID! non-null scalar

The unique identifier for the billing contact.

BillingContact.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

BillingContact.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

BillingContact.lastName ● String scalar

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

BillingContact.organizationName ● String scalar

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

BillingContact.phone ● String scalar

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

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

CeContactStoreContact object ● Contact object ● ContactStoreContact object ● MembershipContactStoreContact object