type alias TemplateData

Data object passed to Liquid templates

Properties

entries: TemplateEntry[]
attendee: TemplateEntry["attendee"]
ticket_url: string
currency: string

Order-level outstanding balance in minor units (as a string, for the currency filter); "0" when nothing is owed. Positive when a booking was taken without collecting payment (e.g. no payment provider configured).

Usage

import { type TemplateData } from "doc.ts";