The NFCField object contains the configuration for the NFC field on the Apple and Android Wallet layout of the template.

interface NFCField {
    encryptionKey: string;
    message: string;
    securityEnabled?: boolean;
}

Properties

encryptionKey: string
message: string
securityEnabled?: boolean