Uses of Class
com.adyen.model.legalentitymanagement.SGLocalAccountIdentification.TypeEnum
-
Packages that use SGLocalAccountIdentification.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of SGLocalAccountIdentification.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return SGLocalAccountIdentification.TypeEnum Modifier and Type Method Description static SGLocalAccountIdentification.TypeEnumSGLocalAccountIdentification.TypeEnum. fromValue(String value)SGLocalAccountIdentification.TypeEnumSGLocalAccountIdentification. getType()**sgLocal**static SGLocalAccountIdentification.TypeEnumSGLocalAccountIdentification.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SGLocalAccountIdentification.TypeEnum[]SGLocalAccountIdentification.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 SGLocalAccountIdentification.TypeEnum Modifier and Type Method Description voidSGLocalAccountIdentification. setType(SGLocalAccountIdentification.TypeEnum type)**sgLocal**SGLocalAccountIdentificationSGLocalAccountIdentification. type(SGLocalAccountIdentification.TypeEnum type)**sgLocal**
-