Class SaveStudentSubsidiaryRequest
Inheritance
System.Object
SaveStudentSubsidiaryRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveStudentSubsidiaryRequest : ServiceRequest
Constructors
SaveStudentSubsidiaryRequest()
Declaration
public SaveStudentSubsidiaryRequest()
Properties
Balance
Declaration
public decimal? Balance { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Id
Declaration
public int? Id { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Override
Declaration
public bool? Override { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
StudentGroupsId
Declaration
public int? StudentGroupsId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|