Gets or sets the amount of any adjustments applied to this CSubscription instance.

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

Syntax

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

See Also