Skip to main content

MiscellaneousInvoice

A miscellaneous invoice.

type MiscellaneousInvoice {
contact: Contact!
createdAt: DateTime!
createdBy: String
currency: Currency!
eventId: ID!
exportedAt: DateTime
group: String
id: ID!
issuedAt: DateTime!
lastModifiedAt: DateTime!
lastModifiedBy: String
lineItems: [MiscellaneousInvoiceLineItem!]!
number: String!
purchaseOrderNumber: String
recipient: InvoiceRecipient!
status: MiscellaneousInvoiceStatus!
totalAmount: Float!
transactionType: InvoiceFinancialTransactionType!
}

Fields

MiscellaneousInvoice.contact ● Contact! non-null object

The contact the miscellaneous invoice is issued to.

MiscellaneousInvoice.createdAt ● DateTime! non-null scalar

The date and time the record was created.

MiscellaneousInvoice.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

MiscellaneousInvoice.currency ● Currency! non-null object

The currency of the miscellaneous invoice.

MiscellaneousInvoice.eventId ● ID! non-null scalar

The identifier of the event the miscellaneous invoice is associated with.

MiscellaneousInvoice.exportedAt ● DateTime scalar

The date and time the miscellaneous invoice was exported. Optional.

MiscellaneousInvoice.group ● String scalar

UTF-8 string value that represents the invoice group associated with the miscellaneous invoice. Optional.

MiscellaneousInvoice.id ● ID! non-null scalar

The unique identifier of the miscellaneous invoice.

MiscellaneousInvoice.issuedAt ● DateTime! non-null scalar

The date and time at which the miscellaneous invoice was issued.

MiscellaneousInvoice.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

MiscellaneousInvoice.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

MiscellaneousInvoice.lineItems ● [MiscellaneousInvoiceLineItem!]! non-null object

The line items associated with the miscellaneous invoice.

MiscellaneousInvoice.number ● String! non-null scalar

The number of the miscellaneous invoice.

MiscellaneousInvoice.purchaseOrderNumber ● String scalar

UTF-8 string value that represents the purchase order number associated with the miscellaneous invoice. Optional.

MiscellaneousInvoice.recipient ● InvoiceRecipient! non-null object

The recipient of the miscellaneous invoice.

MiscellaneousInvoice.status ● MiscellaneousInvoiceStatus! non-null enum

The status of the miscellaneous invoice.

MiscellaneousInvoice.totalAmount ● Float! non-null scalar

The total amount of the miscellaneous invoice.

MiscellaneousInvoice.transactionType ● InvoiceFinancialTransactionType! non-null enum

The type of transaction associated with the miscellaneous invoice.

Returned By

miscellaneousInvoices query