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