AvailabilityIndicator: Difference between revisions

From Barion Documentation
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
Line 14: Line 14:
| MerchandiseAvailable|| 0 || The goods are already available.
| MerchandiseAvailable|| 0 || The goods are already available.
|-
|-
| FutureAvailability|| 10 || The account was created during this payment.
| FutureAvailability|| 10 || The goods will be available later on.
|-
|-
|}
|}

Revision as of 08:34, 27 June 2019

AvailabilityIndicatorenumeration

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.