Click or drag to resize

CloseoutResponseV3AdditionalOptions Property

[This is preliminary documentation and is subject to change.]

A list of optional key value pairs for future or custom properties.

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public List<KeyValueStrings> AdditionalOptions { get; set; }

Property Value

Type: ListKeyValueStrings
Examples
Additional options are entered using one or more Key Value pairs. For example, to add 99 for MyValue
<AdditionalOptions>
    <KeyValueStrings>
        <Key>MyValue</Key>
        <Value>99</Value>
    </KeyValueStrings>
</AdditionalOptions>
See Also