Uses the Component:PartMasterPricingType
Pricing for the Item in the Parts Master.
Table 6.12. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PartMasterPriceTypeString |
Type of Pricing. | 1..1 | Field | qdt:StringType | |
| QuantityDiscounts |
Lists the Quantity Discounts available for this part. | 0..* | Component | QuantityDiscountsType | |
| TaxableAmount |
Taxable Amount | 0..1 | Field | udt:AmountType | |
| NonTaxableAmount |
Nontaxable Amount | 0..1 | Field | udt:AmountType | |
| TotalAmount |
Total Amount | 0..1 | Field | udt:AmountType | |
| UnitPriceAmount |
Unit Price | 0..1 | Field | udt:AmountType | |
| StartDate |
Validity Start Date for the Price | 0..1 | Field | udt:DateType | |
| EndDate |
Validity End Date for the Price | 0..1 | Field | udt:DateType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.12. PartMasterPricing
<PartMasterPricing>
<PartMasterPriceTypeString>......</PartMasterPriceTypeString> [1..1]
<QuantityDiscounts>......</QuantityDiscounts> [0..*]
<TaxableAmount>......</TaxableAmount> [0..1]
<NonTaxableAmount>......</NonTaxableAmount> [0..1]
<TotalAmount>......</TotalAmount> [0..1]
<UnitPriceAmount>......</UnitPriceAmount> [0..1]
<StartDate>......</StartDate> [0..1]
<EndDate>......</EndDate> [0..1]
</PartMasterPricing>