Gets or sets the amount paid against this CSubscription instance in the most recent billing cycle. This amount represents the payment being made right now. In other words, how much the user's credit card should be charged.

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

Syntax

C#
public decimal AmountPaid { get; set; }
Visual Basic (Declaration)
Public Property AmountPaid As Decimal
Visual C++
public:
property Decimal AmountPaid {
	Decimal get ();
	void set (Decimal value);
}

See Also