TransactionLimits from Verifone Order API
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-transactionlimits.json", "title": "TransactionLimits", "description": "TransactionLimits from Verifone Order API", "type": "object", "properties": { "maxAmountPurchase": { "$ref": "#/components/schemas/AmountSimple" }, "maxAmountRefundCashier": { "$ref": "#/components/schemas/AmountSimple" }, "maxAmountRefundManager": { "$ref": "#/components/schemas/AmountSimple" }, "maxAmountRefundPerSettlement": { "$ref": "#/components/schemas/AmountSimple" }, "maxAmountCashout": { "$ref": "#/components/schemas/AmountSimple" } } }