Uses of Class
com.adyen.model.marketpayaccount.KYCCheckStatusData.TypeEnum
-
Packages that use KYCCheckStatusData.TypeEnum Package Description com.adyen.model.marketpayaccount -
-
Uses of KYCCheckStatusData.TypeEnum in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return KYCCheckStatusData.TypeEnum Modifier and Type Method Description static KYCCheckStatusData.TypeEnumKYCCheckStatusData.TypeEnum. fromValue(String value)KYCCheckStatusData.TypeEnumKYCCheckStatusData. getType()The type of check.static KYCCheckStatusData.TypeEnumKYCCheckStatusData.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static KYCCheckStatusData.TypeEnum[]KYCCheckStatusData.TypeEnum. 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 KYCCheckStatusData.TypeEnum Modifier and Type Method Description voidKYCCheckStatusData. setType(KYCCheckStatusData.TypeEnum type)KYCCheckStatusDataKYCCheckStatusData. type(KYCCheckStatusData.TypeEnum type)
-