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.
InvoiceConfiguration.fax
● String
scalar
The fax number displayed on the invoice. Optional.
InvoiceConfiguration.paymentTerms
● String
scalar
The payment terms displayed on the invoice. Optional.
InvoiceConfiguration.postalCode
● String
scalar
The postal code for the address displayed on the invoice. For example 10001
. Optional.
InvoiceConfiguration.state
● String
scalar
The state, territory or province for the address displayed on the invoice. For example New York. Optional.
InvoiceConfiguration.taxNumber
● String
scalar
The tax number displayed on the invoice. Optional.
InvoiceConfiguration.telephone
● String
scalar
The telephone number displayed on the invoice. Optional.
InvoiceConfiguration.title
● String!
non-null scalar
The invoice title. Invoice
by default.
InvoiceConfiguration.website
● String
scalar
The website address displayed on the invoice. Optional.
Member Of
CeContactStore
object ● ContactStore
object ● Event
object ● MembershipContactStore
object