Skip to main content

AccountInvoicePreview

Represents a preview of an account's invoice.

type AccountInvoicePreview {
periodStart: Date!
periodEnd: Date!
total: Decimal!
lines: [AccountInvoicePreviewLine!]!
}

Fields

AccountInvoicePreview.periodStart ● Date! non-null scalar

The invoice period start date.

AccountInvoicePreview.periodEnd ● Date! non-null scalar

The invoice period end date.

AccountInvoicePreview.total ● Decimal! non-null scalar

The invoice total amount.

AccountInvoicePreview.lines ● [AccountInvoicePreviewLine!]! non-null object

The invoice lines.