Flags property

  1. @JsonKey(defaultValue: 0)
int Flags
final

Table Flags

  • Bit 00 : TblIsBlocked
  • Bit 01 : TblOnlyManager
  • Bit 06 : AskTblMember
  • Bit 07 : AskTblDesc
  • Bit 08 : DontAskTblDesc
  • Bit 10 : NoSplitFrom
  • Bit 11 : NoSplitTo
  • Bit 12 : SplitToTarif
  • Bit 19 : IsForcedIn
  • Bit 20 : IsForcedOut
  • Bit 21 : IsForcedHappyHour
  • Bit 22 : IsForcedFz
  • Bit 30 : TarifIN1
  • Bit 31 : TarifIN2
  • Bit 32 : TarifIN3
  • Bit 33 : TarifIN4
  • Bit 40 : TarifOUT1
  • Bit 41 : TarifOUT2
  • Bit 42 : TarifOUT3
  • Bit 43 : TarifOUT4
  • Bit 51 : RptModifFlag1
  • Bit 52 : RptModifFlag2
  • Bit 53 : RptModifFlag3
  • Bit 54 : RptModifFlag4
  • Bit 62 : SquareRectFlag
  • Bit 63 : EllipseFlag

Implementation

@JsonKey(defaultValue: 0)
final int Flags;