The ContactId of another contact to which bills generated by this contact should be sent (e.g., for dues, events registrations, etc.)

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