Class HousingDepositRequest
Inheritance
System.Object
HousingDepositRequest
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class HousingDepositRequest : ServiceRequest
Constructors
HousingDepositRequest()
Declaration
public HousingDepositRequest()
Properties
AcademicYearSequence
Declaration
public short? AcademicYearSequence { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int16> |
|
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
BankAccountAuthorizationNumber
Declaration
public string BankAccountAuthorizationNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
BaseUri
Declaration
public string BaseUri { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingTransactionCodeId
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CheckNumber
Declaration
public string CheckNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
CreditCardAuthorizationNumber
Declaration
public string CreditCardAuthorizationNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
DepositReceivedDate
Declaration
public DateTime DepositReceivedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DepositType
Declaration
public short? DepositType { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int16> |
|
HousingApplicationId
Declaration
public int HousingApplicationId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HousingApplicationStudentId
Declaration
public int? HousingApplicationStudentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsDepositRequired
Declaration
public bool IsDepositRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNewCardSaved
Declaration
public bool IsNewCardSaved { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNewCreditCard
Declaration
public bool IsNewCreditCard { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPrintReceipt
Declaration
public bool IsPrintReceipt { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PaymentType
Declaration
public string PaymentType { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentBankAccountId
Declaration
public int? StudentBankAccountId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentCreditCardId
Declaration
public int? StudentCreditCardId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentRelationshipAddressId
Declaration
public int? StudentRelationshipAddressId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SubsidiaryAccountTypeId
Declaration
public int? SubsidiaryAccountTypeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|