AvailabilityIndicator: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=AvailabilityIndicatorenumeration}} This enum indicates when the goods will be available. = Included in = Availability indicator are used in the following...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{PageTitle|title= | {{PageTitle|title=AvailabilityIndicator enumeration}} | ||
This enum indicates when the goods will be available. | This enum indicates when the goods will be available. | ||
Line 6: | Line 6: | ||
Availability indicator are used in the following structures: | Availability indicator are used in the following structures: | ||
* [[ | * [[PurchaseInformation]] | ||
= Enum list = | = Enum list = | ||
Line 14: | Line 14: | ||
| MerchandiseAvailable|| 0 || The goods are already available. | | MerchandiseAvailable|| 0 || The goods are already available. | ||
|- | |- | ||
| FutureAvailability|| 10 || The | | FutureAvailability|| 10 || The goods will be available later on. | ||
|- | |- | ||
|} | |} |
Latest revision as of 08:41, 27 June 2019
AvailabilityIndicator enumeration
This enum indicates when the goods will be available.
Included in
Availability indicator are used in the following structures:
Enum list
Enum value | Byte / int value | Description |
---|---|---|
MerchandiseAvailable | 0 | The goods are already available. |
FutureAvailability | 10 | The goods will be available later on. |