{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OfflineProcessing", "title": "OfflineProcessing", "properties": { "chipFloorLimit": { "description": "The maximum offline transaction amount for chip cards, in the processing currency and specified in [minor units](https://docs.adyen.com/development-resources/currency-codes).", "format": "int32", "type": "integer" }, "offlineSwipeLimits": { "description": "The maximum offline transaction amount for swiped cards, in the specified currency.", "items": { "$ref": "#/components/schemas/MinorUnitsMonetaryValue" }, "type": "array" } }, "type": "object" }