Interface IPayrunWageTypeAvailableRuntime
Runtime for the payrun wage type available function PayrunWageTypeAvailableFunction
Inherited Members
Namespace: PayrollEngine.Client.Scripting.Runtime
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public interface IPayrunWageTypeAvailableRuntime : IPayrunRuntime, IPayrollRuntime, IRuntime
Properties
WageTypeNumber
The wage type number
Declaration
decimal WageTypeNumber { get; }
Property Value
| Type | Description |
|---|---|
| decimal |
Methods
GetWageTypeAttribute(string)
Get wage type attribute value
Declaration
object GetWageTypeAttribute(string attributeName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | attributeName | Name of the attribute |
Returns
| Type | Description |
|---|---|
| object | The wage type attribute value |