All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.riskified.models.Gender Maven / Gradle / Ivy

The newest version!
package com.riskified.models;

import com.google.gson.annotations.SerializedName;

public enum Gender {
	
    @SerializedName("male")
    male,
    @SerializedName("female")
    female
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy