The billing category for this contact, used to categorize contacts for billing purposes

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also