Interface BarCode

The BarCode object contains the configuration for the barcodes on the Apple and Android Wallet layout of the template.

Hierarchy

  • BarCode

Properties

altText: {
    defaultValue: string;
    mappedValue: string;
}

Type declaration

  • defaultValue: string
  • mappedValue: string
format: "PKBarcodeFormatQR" | "PKBarcodeFormatPDF417" | "PKBarcodeFormatAztec" | "PKBarcodeFormatCode128"
message: {
    defaultValue: string;
    mappedValue: string;
}

Type declaration

  • defaultValue: string
  • mappedValue: string
messageEncoding?: string

Generated using TypeDoc