Uses of Class
com.adyen.model.nexo.BarcodeType
-
Packages that use BarcodeType Package Description com.adyen.model.nexo -
-
Uses of BarcodeType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as BarcodeType Modifier and Type Field Description protected BarcodeTypeOutputBarcode. barcodeTypeMethods in com.adyen.model.nexo that return BarcodeType Modifier and Type Method Description static BarcodeTypeBarcodeType. fromValue(String v)From value barcode type.BarcodeTypeOutputBarcode. getBarcodeType()Gets the value of the barcodeType property.static BarcodeTypeBarcodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static BarcodeType[]BarcodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type BarcodeType Modifier and Type Method Description voidOutputBarcode. setBarcodeType(BarcodeType value)Sets the value of the barcodeType property.
-