Class SubsidiaryAccountTypeCampusDetails
Inheritance
System.Object
SubsidiaryAccountTypeCampusDetails
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SubsidiaryAccountTypeCampusDetails
Constructors
SubsidiaryAccountTypeCampusDetails()
Declaration
public SubsidiaryAccountTypeCampusDetails()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
CreditAccount
Declaration
public string CreditAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
CreditAccountIndex
Declaration
public int? CreditAccountIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CreditCostAccount
Declaration
public string CreditCostAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
DebitAccount
Declaration
public string DebitAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
DebitAccountIndex
Declaration
public int? DebitAccountIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
DebitCostAccount
Declaration
public string DebitCostAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
FiscalYear
Declaration
public string FiscalYear { get; set; }
Property Value
Type |
Description |
System.String |
|
JournalEntryId
Declaration
public int? JournalEntryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
JournalEntryName
Declaration
public string JournalEntryName { get; set; }
Property Value
Type |
Description |
System.String |
|
LedgerDefinition
Declaration
public string LedgerDefinition { get; set; }
Property Value
Type |
Description |
System.String |
|
SubsidiaryAccountTypeCampusDetailId
Declaration
public int? SubsidiaryAccountTypeCampusDetailId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TransactionType
Declaration
public string TransactionType { get; set; }
Property Value
Type |
Description |
System.String |
|