{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil mengambil daftar fee configuration"
},
"data": [
{
"id": "2c0322c1-975e-4345-b2a5-ce8d2c1fad9a",
"feeName": "Insurance Fee",
"unit": "PERCENTAGE",
"amount": "2.5",
"description": "Biaya asuransi untuk produk tertentu",
"validFrom": "2025-01-01T00:00:00.000Z",
"validUntil": null,
"createdBy": {
"id": "eac481c3-62d6-4f49-8afb-bcd7d0fc8f25",
"name": "Super Admin",
"email": "admin@bukalombok.com"
},
"deletedAt": null,
"createdAt": "2025-10-01T04:53:18.785Z",
"updatedAt": "2025-10-01T04:53:18.785Z"
},
{
"id": "4d67619b-55e0-469b-9036-f23caec360bb",
"feeName": "Admin Fee",
"unit": "PERCENTAGE",
"amount": "1.5",
"description": "Biaya admin untuk produk tertentu",
"validFrom": "2024-01-01T00:00:00.000Z",
"validUntil": null,
"createdBy": {
"id": "eac481c3-62d6-4f49-8afb-bcd7d0fc8f25",
"name": "Super Admin",
"email": "admin@bukalombok.com"
},
"deletedAt": null,
"createdAt": "2025-10-01T04:53:18.785Z",
"updatedAt": "2025-10-01T04:53:18.785Z"
}
],
"pagination": {
"totalItems": 2,
"totalPages": 1,
"currentPage": 1,
"perPage": 10
}
}