Gets or sets the INVOICE_ADJUSTMENTS field of the CTransRow.

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

Syntax

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

See Also