Gets or sets the amount billed against this CSubscription instance in the most recent billing cycle.

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

Syntax

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

See Also