UserInfoModelChargeRate Property | |
Gets or sets the charge rate for a user
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string ChargeRate { get; set; }
function get_ChargeRate();
function set_ChargeRate(value);
Property Value
StringRemarks
This value represents charge rate for a user.
Charge Rates represent the rate a client would be billed for the time an employee worked and used for reporting purposes only.
Example 100
See Also