Uses the Component:PriceListDetailsType
Price List Details.
Table 6.6. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| Code |
Price List Code. | 0..1 | Field | oag:CodeType | |
| Name |
Price List Name. | 0..1 | Field | oag:TextType | |
| Description |
Price List Description. | 0..1 | Field | oag:TextType | |
| Currency |
Currency. | 0..1 | Field | oag:CurrencyCodeContentType | |
| Vendor |
Vendor associated with the parts price list. | 0..1 | Field | oag:TextType | |
| OrderTypeCode |
Order type code. | 0..* | Field | oag:CodeType | |
| CountryCode |
Country Code. | 0..* | Field | scl:CountryEnumeratedType |
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.7. PriceListDetails
<PriceListDetails>
<Code>......</Code> [0..1]
<Name>......</Name> [0..1]
<Description>......</Description> [0..1]
<Currency>......</Currency> [0..1]
<Vendor>......</Vendor> [0..1]
<OrderTypeCode>......</OrderTypeCode> [0..*]
<CountryCode>......</CountryCode> [0..*]
</PriceListDetails>