Uses of Class
com.adyen.model.nexo.UnitOfMeasureType
-
Packages that use UnitOfMeasureType Package Description com.adyen.model.nexo -
-
Uses of UnitOfMeasureType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as UnitOfMeasureType Modifier and Type Field Description protected UnitOfMeasureTypeSaleItem. unitOfMeasureThe Unit of measure.protected UnitOfMeasureTypeSaleItemRebate. unitOfMeasureThe Unit of measure.Methods in com.adyen.model.nexo that return UnitOfMeasureType Modifier and Type Method Description static UnitOfMeasureTypeUnitOfMeasureType. fromValue(String v)From value unit of measure type.UnitOfMeasureTypeSaleItem. getUnitOfMeasure()Gets the value of the unitOfMeasure property.UnitOfMeasureTypeSaleItemRebate. getUnitOfMeasure()Gets the value of the unitOfMeasure property.static UnitOfMeasureTypeUnitOfMeasureType. valueOf(String name)Returns the enum constant of this type with the specified name.static UnitOfMeasureType[]UnitOfMeasureType. 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 UnitOfMeasureType Modifier and Type Method Description voidSaleItem. setUnitOfMeasure(UnitOfMeasureType value)Sets the value of the unitOfMeasure property.voidSaleItemRebate. setUnitOfMeasure(UnitOfMeasureType value)Sets the value of the unitOfMeasure property.
-