• Chobble Tickets
  • doc.ts
    • WalletPassData
type alias WalletPassData

Shared wallet pass data common to both Apple and Google Wallet

Properties

serialNumber: string
organizationName: string
listingName: string
listingDate: string
listingLocation: string
attendeeDate: string | null
quantity: number
pricePaid: number
currencyCode: string
checkinUrl: string

Usage

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

Document Navigation

  • Properties
    • serialNumber
    • organizationName
    • listingName
    • listingDate
    • listingLocation
    • attendeeDate
    • quantity
    • pricePaid
    • currencyCode
    • checkinUrl