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

Syntax

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

See Also