Class DepositRecord
Inheritance
System.Object
DepositRecord
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.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class DepositRecord
Constructors
DepositRecord()
Declaration
public DepositRecord()
Properties
AddUser
Gets or sets the AddUser.
Declaration
public string AddUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AdEnrollId
Gets or sets the AdEnrollId.
Declaration
public int? AdEnrollId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AdTermId
Gets or sets the AdTermId.
Declaration
public int? AdTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AmDepositId
Gets or sets the AmDepositId.
Declaration
public int AmDepositId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Amount
Gets or sets the Amount.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
AmRepId
Gets or sets the AmRepId.
Declaration
public int AmRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AySeq
Gets or sets the AySeq.
Declaration
public short? AySeq { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> |
CcAuthNum
Gets or sets the CcAuthNum.
Declaration
public string CcAuthNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CcDeclineCode
Gets or sets the CcDeclineCode.
Declaration
public string CcDeclineCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CheckNo
Gets or sets the CheckNo.
Declaration
public string CheckNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DateAdded
Gets or sets the DateAdded.
Declaration
public DateTime DateAdded { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DateLstMod
Gets or sets the DateLstMod.
Declaration
public DateTime DateLstMod { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DateReceived
Gets or sets the DateReceived.
Declaration
public DateTime DateReceived { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descrip
Gets or sets the Descrip.
Declaration
public string Descrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HsStudentApplicationId
Gets or sets the HsStudentApplicationId.
Declaration
public int? HsStudentApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PaymentType
Gets or sets the PaymentType.
Declaration
public string PaymentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PostUser
Gets or sets the PostUser.
Declaration
public string PostUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramDescrip
Gets or sets the ProgramDescrip.
Declaration
public string ProgramDescrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReceiptNo
Gets or sets the ReceiptNo.
Declaration
public string ReceiptNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SaBillCodeId
Gets or sets the SaBillCodeId.
Declaration
public int? SaBillCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SaCcId
Gets or sets the SaCcId.
Declaration
public int? SaCcId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SaTransId
Gets or sets the SaTransId.
Declaration
public int? SaTransId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Status
Gets or sets the Status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SyAddressId
Gets or sets the SyAddressId.
Declaration
public int? SyAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SyStudentId
Gets or sets the SyStudentId.
Declaration
public int SyStudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserId
Gets or sets the UserId.
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserName
Gets or sets the UserName.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |