Properties
idstring
The unique identifier for this invoice template.
object string
The object type of this resource.
createdAt string
The date this template was created in RFC3339 format.
updatedAt string
The date this template was last updated in RFC3339 format.
name string
The name of the invoice template.
memo string
An arbitrary string attached to the template, often useful for displaying to users.
taxPercentage number
The percentage of tax to be applied to invoices created from this template.
currency string
The 3 letter currency code representing the settlement currency for invoices created from this template.
lineItems array(object)
Array of line items to be included in invoices created from this template:
- amount
numberAmount in cents for one unit. Required if priceId not provided - description
stringDescription of the line item. Optional for items with priceId where product name is used - quantity
numberQuantity of the item (can be decimal) - priceId
stringID of the price object. Required if amount not provided - productId
stringID of the associated product object
Example Invoice Template Object