Price
|
|
Price specification
Name |
Price
(Show as PDF)
|
Alternative Term |
|
Definition |
Information about the price |
|
Fields
UBL-Name |
Name |
Datatype |
Usage |
Cardinality |
PriceAmount |
PriceAmount |
Amount
|
Yes |
1 |
Definition |
The Price amount |
|
BaseQuantity |
BaseQuantity |
Quantity
|
Yes |
0..1 |
Definition |
The actual quantity to which the Price applies |
Businessrules |
Should be specified. If not specified the default value is 1 EA (each) |
|
PriceChangeReason |
PriceChangeReason |
Text
|
Bilateral |
0..n |
Definition |
The reason for the Price change expressed as text |
Businessrules |
Only use more than 1 if multilanguage |
|
PriceTypeCode |
PriceTypeCode |
Code
|
Yes |
0..1 |
Definition |
The Price type expressed as a code |
|
PriceType |
PriceType |
Text
|
Yes |
0..1 |
Definition |
The Price type expressed as text |
|
OrderableUnitFactorRate |
OrderableUnitFactorRate |
Rate
|
Yes |
0..1 |
Definition |
The factor by which the base price unit can be converted to the orderable unit |
Businessrules |
Default value is 1 |
|
|
Subclasses in class Price
UBL-Name |
Name |
Usage |
Cardinality |
Reference to the printed documentation |
See also |
ValidityPeriod |
ValidityPeriod |
Bilateral |
0..1 |
Common Library, 3.78 |
|
Definition |
An association to Validity Period |
Datatype |
Period
|
Businessrules |
Preordering Only |
|
PriceList |
PriceList |
Bilateral |
0..1 |
Common Library, 3.82 |
|
Definition |
A reference to a Price List |
Datatype |
PriceList
|
Businessrules |
Used for referenced prices |
|
AllowanceCharge |
AllowanceCharge |
Yes |
0..n |
3.81.1 |
|
Definition |
An association to Allowance Charge |
Datatype |
AllowanceCharge
|
Businessrules |
An Explanation of the price makeup. |
|
|
Example<cac:Price >
<cbc:PriceAmount currencyID="DKK" >500</cbc:PriceAmount>
<cbc:BaseQuantity unitCode="EA" >1</cbc:BaseQuantity>
<cbc:OrderableUnitFactorRate >1</cbc:OrderableUnitFactorRate>
+ <cac:ValidityPeriod />
</cac:Price>
|