{
    "$id": "https://www.fatzebra.com/schemas/click-to-pay/options.json",
    "type": "object",
    "definitions": {
        "Options": {
            "type": "object",
            "properties": {
                "auth": {
                    "type": "boolean"
                },
                "cardListButtonText": {
                    "type": "string"
                },
                "css": {
                    "type": "string"
                },
                "cssSignature": {
                    "type": "string"
                },
                "displayName": {
                    "type": "string"
                },
                "hideConfirmButton": {
                    "type": "boolean"
                },
                "hideManualEntryLink": {
                    "type": "boolean"
                },
                "mrt": {
                    "type": "string"
                },
                "returnPath": {
                    "type": "string"
                },
                "returnTarget": {
                    "type": "string"
                },
                "saveCard": {
                    "type": "boolean"
                },
                "sharedData": {
                    "type": "string"
                },
                "submitPaymentButtonText": {
                    "type": "string"
                },
                "tokenizeOnly": {
                    "type": "boolean"
                }
            }
        }
    }
}
