Policy
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Id of the Policy |
code | string | true | Code of the Policy |
name | string | true | Name of the Policy |
description | string | false | |
nonRefundable | boolean | false | |
deadLineDay | integer | false | |
deadLineHour | integer | false | |
policyChargeType | PolicyChargeType | false | |
chargeValue | bigDecimal | false | |
depositSuggestedAmount | bigDecimal | false | |
depositSuggestedPercentageAmount | bigDecimal | false |
JSON representation
{ "id": 7, "code": "NR", "name": "Non Refundable", "description": null, "nonRefundable": true, "deadLineDay": 0, "deadLineHour": 0, "policyChargeType": { "id": 1, "code": "PERCET", "name": "Percentage" }, "chargeValue": 100.000000, "depositSuggestedAmount": 100.000000, "depositSuggestedPercentageAmount": 100.000000 }