Uses of Class
com.adyen.model.marketpayaccount.ViasName.GenderEnum
-
Packages that use ViasName.GenderEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of ViasName.GenderEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return ViasName.GenderEnum Modifier and Type Method Description static ViasName.GenderEnumViasName.GenderEnum. fromValue(String value)ViasName.GenderEnumViasName. getGender()The gender.static ViasName.GenderEnumViasName.GenderEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ViasName.GenderEnum[]ViasName.GenderEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpayaccount with parameters of type ViasName.GenderEnum Modifier and Type Method Description ViasNameViasName. gender(ViasName.GenderEnum gender)voidViasName. setGender(ViasName.GenderEnum gender)
-