Click or drag to resize

TimeExportParamOutPayRate Property

Gets or sets PayRate

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public decimal PayRate { get; set; }

Property Value

Decimal
Remarks
This value represents the pay rate for a TimeCard (0) Type entry or how much an employee is paid per hour.

TimeCard
When the Type is TimeCard (0) then you will get back a value such as 10.5 ($10.50).

PayAdjustment
When the Type is PayAdjustment (1) then you would get back a value of 0 as this this field is not poplulated.
Example
10.50 ($10.50)
See Also