Versions Compared

Key

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

Structure

Excerpt


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



JSON representation

Code Block
languagepowershell
themeDJango
 {
    "id": 1,
    "code": "RES",
    "name": "Reservation",
    "nameI18nId": 790,
    "nameI18n": "Reservation",
    "colorCode": "#43A047"
  }