Class CalculatePackageRequest
Inheritance
System.Object
CalculatePackageRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CalculatePackageRequest : ServiceRequest
Constructors
CalculatePackageRequest()
Declaration
public CalculatePackageRequest()
Properties
FaGLAuthID
Declaration
public int FaGLAuthID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FaGlAuthorizationCampus
Declaration
public List<FaGlAuthorizationCampusEntity> FaGlAuthorizationCampus { get; set; }
Property Value
FaGLFundID
Declaration
public int FaGLFundID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsRemoveAllocation
Declaration
public bool IsRemoveAllocation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSetAllocation
Declaration
public bool IsSetAllocation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|