Indicates whether or not bills to Contacts with this customer type should be sent to the Comapny associate with the Contact.

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

Syntax

C#
public bool BillCompanyFlag { get; }
Visual Basic
Public ReadOnly Property BillCompanyFlag As Boolean
	Get
Visual C++
public:
property bool BillCompanyFlag {
	bool get ();
}

See Also