{
    "barcode": {
        "format": "PKBarcodeFormatQR",
        "message": "${Card-id}",
        "messageEncoding": "iso-8859-1",
        "altText": "${Card-id}"
    },
    "logoText": "Hacienda Friends",
    "foregroundColor": "rgb(54,28,28)",
    "backgroundColor": "rgb(255,255,255)",
    "labelColor": "rgb(0,0,0)",
    "storeCard": {
        "headerFields": [],
        "primaryFields": [],
        "secondaryFields": [
            {
                "label": "ΟΝΟΜΑ",
                "value": "${First Name}",
                "key": "level"
            },
            {
                "label": "ΕΠΩΝΥΜΟ",
                "value": "${Last Name}",
                "key": "usual"
            }
        ],
        "auxiliaryFields": [],
        "backFields": [
            {
                "label": "TERMS AND CONDITIONS",
                "value": "Hacienda Friends loyalty card. Powered by xLoyalty.io",
                "key": "terms"
            }
        ]
    }
}
