| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected UnitOfMeasureType |
SaleItem.unitOfMeasure
The Unit of measure.
|
protected UnitOfMeasureType |
SaleItemRebate.unitOfMeasure
The Unit of measure.
|
| Modifier and Type | Method and Description |
|---|---|
static UnitOfMeasureType |
UnitOfMeasureType.fromValue(String v)
From value unit of measure type.
|
UnitOfMeasureType |
SaleItem.getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
UnitOfMeasureType |
SaleItemRebate.getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
static UnitOfMeasureType |
UnitOfMeasureType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaleItem.setUnitOfMeasure(UnitOfMeasureType value)
Sets the value of the unitOfMeasure property.
|
void |
SaleItemRebate.setUnitOfMeasure(UnitOfMeasureType value)
Sets the value of the unitOfMeasure property.
|
Copyright © 2022. All rights reserved.