{
"code": "SYS_SUCCESS",
"message": "success",
"messageDetail": null,
"data": [
{
"transactionType": "R",
"velocityCode": "R-MONTH-AMT",
"periodUnit": "4",
"startDate": "2026-06-01",
"endDate": "2026-06-30",
"currencyCode": "USD",
"maxAmount": 5000,
"maxCount": null,
"usedAmount": 1280.50,
"usedCount": null,
"remainingAmount": 3719.50,
"remainingCount": null
},
{
"transactionType": "C",
"velocityCode": "C-DAY-CNT",
"periodUnit": "2",
"startDate": "2026-06-16",
"endDate": "2026-06-16",
"currencyCode": "USD",
"maxAmount": null,
"maxCount": 3,
"usedAmount": null,
"usedCount": 1,
"remainingAmount": null,
"remainingCount": 2
}
]
}