GetUserPayAdjustModelAmount 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
Syntax public decimal Amount { get; set; }
function get_Amount();
function set_Amount(value);
Property Value
DecimalRemarks
The Amount for the current pay adjustment. This value is represented as a decimal and is related to currency.
Example 1.34
See Also