AccountInvoicePreviewLine
Represents a line item in an invoice preview.
type AccountInvoicePreviewLine {
type: String!
seatType: String
description: String!
quantity: Int!
unitPrice: Decimal!
days: Int
total: Decimal!
}
Fields
AccountInvoicePreviewLine.type ● String! non-null scalar
The line type (base, proration, trial).
AccountInvoicePreviewLine.seatType ● String scalar
The seat type (user, access_token).
AccountInvoicePreviewLine.description ● String! non-null scalar
The line description.
AccountInvoicePreviewLine.quantity ● Int! non-null scalar
The quantity.
AccountInvoicePreviewLine.unitPrice ● Decimal! non-null scalar
The unit price.
AccountInvoicePreviewLine.days ● Int scalar
The number of days (for prorations).
AccountInvoicePreviewLine.total ● Decimal! non-null scalar
The line total.
Member Of
AccountInvoicePreview object