Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TicketCost

import type { TicketCost } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface TicketCost {
discountMessage?: LocalizedString;
faceValue?: Money;
purchasePrice?: Money;
}

§Properties

§
discountMessage?: LocalizedString
[src]

A message describing any kind of discount that was applied.

§
faceValue?: Money
[src]

The face value of the ticket.

§
purchasePrice?: Money
[src]

The actual purchase price of the ticket, after tax and/or discounts.