Class SaveBillingTransactionCodeStaffGroupRequest
Represents the a request for the BillingTransactionCodeStaffGroup method.
Inheritance
System.Object
SaveBillingTransactionCodeStaffGroupRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveBillingTransactionCodeStaffGroupRequest : ServiceRequest
Constructors
SaveBillingTransactionCodeStaffGroupRequest()
Declaration
public SaveBillingTransactionCodeStaffGroupRequest()
Properties
BillingTransactionCodeId
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
BillingTransactionCodeStaffGroupEntityList
Declaration
public ICollection<int> BillingTransactionCodeStaffGroupEntityList { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.Int32> |
IsAccessByStaffGroup
Declaration
public bool IsAccessByStaffGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |