InvoiceLocation
The location associated with an invoice.
type InvoiceLocation {
id: ID!
name: String
header: String
address: Address
metadata: [MetadataEntry!]
}
Fields
InvoiceLocation.id ● ID! non-null scalar
InvoiceLocation.name ● String scalar
InvoiceLocation.header ● String scalar
InvoiceLocation.address ● Address object
InvoiceLocation.metadata ● [MetadataEntry!] list object
Member Of
Invoice object