| type |
Exception type. Combination of:
'D' = Exception for the division
'U' = Exception for a unit of measure
'Q' = Exception for a quantity
|
string
|
|
|
| div |
Exception division (For types containing letter 'D')
|
string
|
|
|
| price_uom |
Exception unit of measure (For types containing letter 'U')
|
string
|
|
|
| qte |
Exception quantity (For types containing letter 'Q')
|
string
|
|
|
| price |
Price before discount
|
decimal number
|
|
|
| discount_pct |
Discount %
|
decimal number
|
|
|
| netprice |
Net price
|
decimal number
|
|
|
| pricelist |
Price origine: Price list code
|
string
|
|
|
| pricelist_desc |
Price origine: Price list description
|
string
|
|
|
| pricelist_revno |
Price origine: Revision
|
integer
|
|
|
| pricelist_revcode |
Price origine: Revision code
|
string
|
|
|
| expirationdate |
Expiry date of this price
|
string
|
|
|
| referencePrice |
Reference net price
|
decimal number
|
|
|
| referencePriceUnit |
Reference price unit of measure
|
string
|
|
|