AddUserPayAdjustModelAmount Property |  |
The Amount for the current pay adjustment
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic decimal Amount { get; set; }
function get_Amount();
function set_Amount(value);
Property Value
Decimal
Remarks
The Amount for the current pay adjustment. This value is represented as a decimal and is related to currency.
Example1.34
See Also