The holder of the policy. Specificaly the policyholder name (first and last) or if business the business name.
Namespace: LC360API.Carrier_V1Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public PolicyHolder PolicyHolder { get; set; } |
| Visual Basic |
|---|
Public Property PolicyHolder As PolicyHolder Get Set |
| Visual C++ |
|---|
public: property PolicyHolder^ PolicyHolder { PolicyHolder^ get (); void set (PolicyHolder^ value); } |