Generic fields or string key value pairs that can be assigned as needed to a case for a given import/customer. These will be provided to you where needed. Would contain data such as "fire policy indicator" "special program data" "imageright routing code" and others.

Namespace: LC360API.Carrier_V1
Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Dictionary<string, string> ExtraFields { get; set; }
Visual Basic
Public Property ExtraFields As Dictionary(Of String, String)
	Get
	Set
Visual C++
public:
property Dictionary<String^, String^>^ ExtraFields {
	Dictionary<String^, String^>^ get ();
	void set (Dictionary<String^, String^>^ value);
}

See Also