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