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.2.0

Syntax

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

See Also