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
}