Alokai

Invoice

Contains invoice details.

type Invoice = {
  __typename?: 'Invoice'; /** Comments on the invoice. */
  comments?: Maybe<Array<Maybe<SalesCommentItem>>>; /** The unique ID for a `Invoice` object. */
  id: Scalars['ID']['output']; /** Invoiced product details. */
  items?: Maybe<Array<Maybe<InvoiceItemInterface>>>; /** Sequential invoice number. */
  number: Scalars['String']['output']; /** Invoice total amount details. */
  total?: Maybe<InvoiceTotal>;
};

Referenced Types

On this page