Gets or sets the number of copies of this subscription that were paid for with the last payment

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

Syntax

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

See Also