Policy

Structure

FieldTypeRequiredDescription
idinttrueId of the Policy
codestringtrueCode of the Policy
namestringtrueName of the Policy
descriptionstringfalse
nonRefundablebooleanfalse
deadLineDayintegerfalse
deadLineHourintegerfalse
policyChargeTypePolicyChargeTypefalse
chargeValuebigDecimalfalse
depositSuggestedAmountbigDecimalfalse
depositSuggestedPercentageAmountbigDecimalfalse

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
}