Interface IRegulationShare
The regulation share client object
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IRegulationShare : IModel, IAttributeObject, IKeyEquatable<IRegulationShare>, IEquatable<IRegulationShare>
Properties
ConsumerDivisionId
The consumer division id
Declaration
int? ConsumerDivisionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ConsumerDivisionName
The consumer division name (client only)
Declaration
string ConsumerDivisionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConsumerTenantId
The consumer tenant id
Declaration
int ConsumerTenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ConsumerTenantIdentifier
The consumer tenant identifier (client only)
Declaration
string ConsumerTenantIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProviderRegulationId
The provider regulation id
Declaration
int ProviderRegulationId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ProviderRegulationName
The provider regulation name (client only)
Declaration
string ProviderRegulationName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProviderTenantId
The provider tenant id
Declaration
int ProviderTenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ProviderTenantIdentifier
The provider tenant identifier (client only)
Declaration
string ProviderTenantIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |