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