InvoiceConfiguration
Represents the configuration for invoices for an event or contact store.
type InvoiceConfiguration {
addressLine1: String
addressLine2: String
city: String
companyName: String
country: String
email: EmailAddress
fax: String
paymentTerms: String
postalCode: String
state: String
taxNumber: String
telephone: String
title: String!
website: String
}