Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the Billing Type.
codeStringtrueCode of the Billing Type.
nameStringtrueName of the Billing Type.

JSON representation

 {
    "id": 1,
    "code": "RES",
    "name": "Reservation",
    "nameI18nId": 790,
    "nameI18n": "Reservation",
    "colorCode": "#43A047"
  }
  • No labels