| TimeExportParamOutPayRate Property |  | 
                Gets or sets PayRate
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic decimal PayRate { get; set; }function get_PayRate();
function set_PayRate(value);
Property Value
Decimal Remarks
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
Example
            10.50 ($10.50)
            
 See Also
See Also