Uses of Class
com.adyen.model.marketpaywebhooks.KYCCheckStatusData.TypeEnum
-
Packages that use KYCCheckStatusData.TypeEnum Package Description com.adyen.model.marketpaywebhooks -
-
Uses of KYCCheckStatusData.TypeEnum in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks 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.marketpaywebhooks with parameters of type KYCCheckStatusData.TypeEnum Modifier and Type Method Description voidKYCCheckStatusData. setType(KYCCheckStatusData.TypeEnum type)KYCCheckStatusDataKYCCheckStatusData. type(KYCCheckStatusData.TypeEnum type)
-