Uses of Class
com.adyen.model.transferwebhooks.SGLocalAccountIdentification.TypeEnum
-
Packages that use SGLocalAccountIdentification.TypeEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of SGLocalAccountIdentification.TypeEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks 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.transferwebhooks with parameters of type SGLocalAccountIdentification.TypeEnum Modifier and Type Method Description voidSGLocalAccountIdentification. setType(SGLocalAccountIdentification.TypeEnum type)**sgLocal**SGLocalAccountIdentificationSGLocalAccountIdentification. type(SGLocalAccountIdentification.TypeEnum type)
-