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

Syntax

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

See Also