Uses of Class
com.adyen.model.legalentitymanagement.Trust.TypeEnum
-
Packages that use Trust.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of Trust.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Trust.TypeEnum Modifier and Type Method Description static Trust.TypeEnumTrust.TypeEnum. fromValue(String value)Trust.TypeEnumTrust. getType()Type of trust.static Trust.TypeEnumTrust.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Trust.TypeEnum[]Trust.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement with parameters of type Trust.TypeEnum Modifier and Type Method Description voidTrust. setType(Trust.TypeEnum type)Type of trust.TrustTrust. type(Trust.TypeEnum type)Type of trust.
-