Gets or sets the BILL_TO_CC field of the invoice.

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

Syntax

C#
public bool BillToCC { get; set; }
Visual Basic
Public Property BillToCC As Boolean
	Get
	Set
Visual C++
public:
property bool BillToCC {
	bool get ();
	void set (bool value);
}

See Also