The Contact ID of the Contact to which bills should be sent. Usually the parent institute.

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

Syntax

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

See Also