Uses of Class
com.adyen.model.legalentitymanagement.Organization.StatusOfLegalProceedingEnum
-
Packages that use Organization.StatusOfLegalProceedingEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of Organization.StatusOfLegalProceedingEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Organization.StatusOfLegalProceedingEnum Modifier and Type Method Description static Organization.StatusOfLegalProceedingEnumOrganization.StatusOfLegalProceedingEnum. fromValue(String value)Organization.StatusOfLegalProceedingEnumOrganization. getStatusOfLegalProceeding()The status of any current or past legal action taken against the legal entity.static Organization.StatusOfLegalProceedingEnumOrganization.StatusOfLegalProceedingEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Organization.StatusOfLegalProceedingEnum[]Organization.StatusOfLegalProceedingEnum. 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 Organization.StatusOfLegalProceedingEnum Modifier and Type Method Description voidOrganization. setStatusOfLegalProceeding(Organization.StatusOfLegalProceedingEnum statusOfLegalProceeding)The status of any current or past legal action taken against the legal entity.OrganizationOrganization. statusOfLegalProceeding(Organization.StatusOfLegalProceedingEnum statusOfLegalProceeding)The status of any current or past legal action taken against the legal entity.
-