ServiceStatus property

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

Service Status

  • csNoSrvc = 0
    
  • csSrvcOuvertNonUtilise = 1
    
  • csSrvcOuvertUtilise = 2
    
  • csSrvcClotureEnCours = 3
    
  • csSrvcCloture = 4
    

Implementation

@JsonKey(defaultValue: 0)
final int /* Number | SrvcState */ ServiceStatus;