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
}
Fields
InvoiceConfiguration.addressLine1 ● String scalar
The first address line (typically building number and name) displayed on the invoice. Optional.
InvoiceConfiguration.addressLine2 ● String scalar
The second address line (typically street name and number) displayed on the invoice. Optional.
InvoiceConfiguration.city ● String scalar
The city displayed on the invoice. For example New York. Optional.
InvoiceConfiguration.companyName ● String scalar
The company name displayed on the invoice. Optional.
InvoiceConfiguration.country ● String scalar
The name of the country displayed on the invoice. For example The United States of America. Optional.
InvoiceConfiguration.email ● EmailAddress scalar
The email address displayed on the invoice. Optional.