Customer provided fields (hard coded fields). If additional fields are required such as coverageAIn, year built, etc. See attributes enumeration for list.

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

Syntax

C#
public Attributes Attributes { get; set; }
Visual Basic
Public Property Attributes As Attributes
	Get
	Set
Visual C++
public:
property Attributes^ Attributes {
	Attributes^ get ();
	void set (Attributes^ value);
}

See Also