Uses of Enum Class
io.trippay.sdk.payment.model.Personal.GenderEnum
Packages that use Personal.GenderEnum
-
Uses of Personal.GenderEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Personal.GenderEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumIdentifier the gender of the customer.Methods in io.trippay.sdk.payment.model that return Personal.GenderEnumModifier and TypeMethodDescriptionstatic Personal.GenderEnumPersonal.getGender()Identifier the gender of the customer.static Personal.GenderEnumReturns the enum constant of this class with the specified name.static Personal.GenderEnum[]Personal.GenderEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trippay.sdk.payment.model with parameters of type Personal.GenderEnumModifier and TypeMethodDescriptionPersonal.gender(Personal.GenderEnum gender) voidPersonal.setGender(Personal.GenderEnum gender)