Gets or sets the amount of money credited toward future bills for this subscription

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

Syntax

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

See Also