% discount based on price / discount price
Facial price is the price that's printed on the face of the ticket example: "10.00"
Fee is the total of fees (including VAT) example: "1.82"
Fee exc vat is the fee total without VAT example: "1.50"
Fee vat is the VAT charged on top of the fee, depending on the venue's country example: "0.32"
Formatted discount
Formatted facial price is formatted with currency according to the venue's country example: "€10.00"
Formatted fee is formatted with currency according to the venue's country example: "€1.82"
Formatted fee exc vat is formatted with currency according to the venue's country example: "€1.50"
Formatted fee vat is formatted with currency according to the venue's country example: "€0.32"
Formatted original price
example: "€11.82"
Formatted total facial price is formatted with currency according to the venue's country example: "€10.00"
Original price of a single ticket To be used when calculating the discount (done at backend side)
example: "11.82"
Total facial price is the facial price plus the fees example: "10.00"
Generated using TypeDoc
Discount amount