The billing/contact address of the owner of the location be inspected (often same).

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

Syntax

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

See Also