Flags property

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

Button Flags

  • Bit 00 : payElectro
  • Bit 01 : payCashDrawer
  • Bit 02 : payNomASaissir
  • Bit 03 : payNoTipsAuto
  • Bit 04 : payNoNegatif
  • Bit 05 : payMaxSaldo
  • Bit 06 : payDontAskMontan
  • Bit 09 : MachinePay
  • Bit 18 : RechargeCLI
  • Bit 20 : payRecharge
  • Bit 24 : payNoRounding
  • Bit 25 : payOnlyManager
  • Bit 26 : payOnlyIffMember
  • Bit 27 : payOnlyIffNoMember
  • Bit 29 : ForeignDevise
  • Bit 35 : IsTips
  • Bit 36 : IsRetour
  • Bit 38 : payNoLancerAuto
  • Bit 39 : paySavePointage
  • Bit 40 : payDoCumulAuPointage
  • Bit 41 : payDoCumulAuLancer
  • Bit 42 : payDirectCashDrawer
  • Bit 50 : payCashTicketNeeded
  • Bit 51 : payCashTicketExcluded
  • Bit 52 : payCashTicketOnlyIfPayIn
  • Bit 53 : payCashTicketOnlyIfPayOut
  • Bit 58 : payTextAlignCenter
  • Bit 59 : payTextAlignBottom
  • Bit 60 : payRptModifFlag1
  • Bit 61 : payRptModifFlag2
  • Bit 62 : payRptModifFlag3
  • Bit 63 : payRptModifFlag4

Implementation

@JsonKey(defaultValue: 0)
final int Flags;