BillingType

Structure

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

 {
    "id": 1,
    "code": "RES",
    "name": "Reservation",
    "nameI18n": "Reservation",
    "colorCode": "#43A047"
  }