enum class AATKitGender(val value: String) { MALE("M"), FEMALE("F"), OTHER("O") }
Last updated 1 month ago