VariantSupplierVariantHandlingCost
Object to indicate both amount and unit of handling cost.
type VariantSupplierVariantHandlingCost {
amount: Float!
unit: VariantHandlingCost!
}
Fields
VariantSupplierVariantHandlingCost.amount
● Float!
non-null scalar
The amount in currency or as a percentage of the cost
VariantSupplierVariantHandlingCost.unit
● VariantHandlingCost!
non-null enum
The unit of the amount - currency or percentage of cost
Member of
VariantSupplierVariant
object