Class BillingTransactionCodeListDetail
Inheritance
System.Object
BillingTransactionCodeListDetail
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()
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BillingTransactionCodeListDetail
Constructors
BillingTransactionCodeListDetail()
Declaration
public BillingTransactionCodeListDetail()
Properties
AllowRequiredTermOverride
Declaration
public bool AllowRequiredTermOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BillingTransactionCodeId
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsIncludedIn1098T
Declaration
public bool IsIncludedIn1098T { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubsidiaryAccountTypeId
Declaration
public int SubsidiaryAccountTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Usage
Declaration
public string Usage { get; set; }
Property Value
Type | Description |
---|---|
System.String |