Types > InvoiceLine
Commerce APITypesInvoiceLine
InvoiceLine

Description

Fields

amount: Int!

Amount of the line item


description: String!

Description of the line item


period_end: String!

The date and time when the period of the invoice line item ends

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


period_start: String!

The date and time when the period of the invoice line item starts

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


plan_id: String

Plan id for invoices of "subscription" type


plan_name: String

Plan name for invoices of "subscription" type


quantity: Int!

Quantity of the line item


type: String!

Type of the invoice line item


Used By

Types

Invoice

Preview (typescript)

Loading module