Uses of Class
com.adyen.model.legalentitymanagement.LegalEntityAssociation.TypeEnum
-
Packages that use LegalEntityAssociation.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of LegalEntityAssociation.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return LegalEntityAssociation.TypeEnum Modifier and Type Method Description static LegalEntityAssociation.TypeEnumLegalEntityAssociation.TypeEnum. fromValue(String value)LegalEntityAssociation.TypeEnumLegalEntityAssociation. getType()Defines the relationship of the legal entity to the current legal entity.static LegalEntityAssociation.TypeEnumLegalEntityAssociation.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LegalEntityAssociation.TypeEnum[]LegalEntityAssociation.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 LegalEntityAssociation.TypeEnum Modifier and Type Method Description voidLegalEntityAssociation. setType(LegalEntityAssociation.TypeEnum type)Defines the relationship of the legal entity to the current legal entity.LegalEntityAssociationLegalEntityAssociation. type(LegalEntityAssociation.TypeEnum type)Defines the relationship of the legal entity to the current legal entity.
-