SupplierVariantHandlingCostUnit
Indicates what unit the amount is in
enum SupplierVariantHandlingCostUnit {
CURRENCY
PERCENTAGE_OF_COST
}
Values
SupplierVariantHandlingCostUnit.CURRENCY
The amount is in a currency, i.e. $
SupplierVariantHandlingCostUnit.PERCENTAGE_OF_COST
The amount is a percentage of the Cost field
Member of
SupplierVariantHandlingCost
object