public property O2GOfferTableRow.isOfferIDValid
Brief
Gets the flag indicating whether the OfferID field is valid or not.
Declaration | ||||
|
Details
The flag returns true
if the corresponding field is valid and false
if the field is not valid.
The flag can be either true
or false
for the table update (TablesUpdates)
response.
If the value is not valid (the flag is false
),
the corresponding field is not filled and returns the default value (an empty string for string, 0 for
number and so on) and shall not be used. In this case, the value returned by the most recent command
(table refresh or TablesUpdates) received for the offer table must be used instead.
Declared in O2GOfferRow