InvoiceCollection
Collection of invoices sorted by the recipient (funding agency).
type InvoiceCollection {
id: InvoiceCollectionID!
invoices: [Invoice!]!
month: Date!
pointOfAcceptance: String!
recipient: FundingAgency!
serviceArea: ServiceArea!
totalSum: Float!
}
Fields
InvoiceCollection.id ● InvoiceCollectionID! non-null scalar
Unique identifier for an invoice collection.
InvoiceCollection.invoices ● [Invoice!]! non-null object
All related invoices.
InvoiceCollection.month ● Date! non-null scalar
Which calendar month is covered by the given invoice
InvoiceCollection.pointOfAcceptance ● String! non-null scalar
Name of the receiving company.
InvoiceCollection.recipient ● FundingAgency! non-null object
The recipient of this collection.
InvoiceCollection.serviceArea ● ServiceArea! non-null enum
Service area covered by this collection.
InvoiceCollection.totalSum ● Float! non-null scalar
Total sum of all invoices.
Returned By
invoiceCollection query
Member Of
ResidentialPark object