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

Syntax

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

See Also