{
"useAllTimeLimitAmountIfIntervalNotPlaced": true,
"intervalLimitCfgMap": {
"all_time": {
"interval": "all_time",
"required": true,
"defaultAmount": 0,
"defaultAmountStr": "string",
"minAmount": 0,
"minAmountStr": "string",
"maxAmount": 0,
"maxAmountStr": "string",
"useAllTimeAmountIfMaxAmountNull": false,
"supportNormalCard": true
},
"daily": {
"interval": "daily",
"required": false,
"minAmount": 0,
"minAmountStr": "string",
"useAllTimeAmountIfMaxAmountNull": true,
"supportNormalCard": false
},
"monthly": {
"interval": "monthly",
"required": false,
"minAmount": 0,
"minAmountStr": "string",
"useAllTimeAmountIfMaxAmountNull": true,
"supportNormalCard": false
},
"per_authorization": {
"interval": "per_authorization",
"required": true,
"minAmount": 0,
"minAmountStr": "string",
"useAllTimeAmountIfMaxAmountNull": true,
"supportNormalCard": false
},
"weekly": {
"interval": "weekly",
"required": false,
"minAmount": 0,
"minAmountStr": "string",
"useAllTimeAmountIfMaxAmountNull": true,
"supportNormalCard": false
}
}
}