Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


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



JSON representation

Code Block
languagepowershell
themeDJango
{
	"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
}