ReservationPriceModelType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the ReservationPriceModelType.
codeStringtrueCode of the ReservationPriceModelType.
nameStringtrueName of the ReservationPriceModelType.

JSON representation

{
	"id": 1,
	"code": "AAT",
	"name": "Amount After Tax"
}