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