Gets or sets the number of copies of this subscription (e.g., for magazines, journals, etc.) that were on the last bill

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

Syntax

C#
public int BillCopies { get; set; }
Visual Basic
Public Property BillCopies As Integer
	Get
	Set
Visual C++
public:
property int BillCopies {
	int get ();
	void set (int value);
}

See Also