Class GetGeneralLedgerLinkRecordsRequest
Represents the a request for the GetGeneralLedgerLinkRecords method.
Inheritance
System.Object
GetGeneralLedgerLinkRecordsRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetGeneralLedgerLinkRecordsRequest : ServiceRequest
Constructors
GetGeneralLedgerLinkRecordsRequest()
Declaration
public GetGeneralLedgerLinkRecordsRequest()
Properties
BillingTransactionCode
Declaration
public string BillingTransactionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CreditAccount
Declaration
public string CreditAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
DebitAccount
Declaration
public string DebitAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
IsParentRecord
Declaration
public bool IsParentRecord { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsProgramExpanded
Declaration
public bool IsProgramExpanded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramId
Declaration
public int ProgramId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RevenueAccount
Declaration
public string RevenueAccount { get; set; }
Property Value
Type |
Description |
System.String |
|