DesPartPriceMappingInput
Maps the price of a fixed break quantity to a file column.
input DesPartPriceMappingInput {
priceColumn: String!
quantity: Int!
}
Fields
DesPartPriceMappingInput.priceColumn ● String! non-null scalar
Column header for the price at this quantity.
DesPartPriceMappingInput.quantity ● Int! non-null scalar
Break quantity of the price tier.