Gets or sets the monetary amount of this payment.
Namespace:
Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public decimal Amount { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Amount As Decimal |
| Visual C++ |
|---|
public: property Decimal Amount { Decimal get (); void set (Decimal value); } |
Field Value
The monetary amount of this payment.
Remarks
If IsAmountLocked is true, setting this property generates an error.