Class PostFinancialAidDisbursementRequest
Represents the a request for the PostFinancialAidDisbursement method.
Inheritance
System.Object
PostFinancialAidDisbursementRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PostFinancialAidDisbursementRequest : ServiceRequest
Constructors
PostFinancialAidDisbursementRequest()
Declaration
public PostFinancialAidDisbursementRequest()
Properties
AgencyBranchId
Declaration
public int AgencyBranchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AgencyCreditCardId
Declaration
public int AgencyCreditCardId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BankAccountId
Declaration
public int BankAccountId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BatchName
Declaration
public string BatchName { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
DefaultCampusId
Declaration
public int DefaultCampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DisbursementBatchId
Declaration
public int DisbursementBatchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsApproved
Declaration
public bool IsApproved { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PaymentType
Declaration
public string PaymentType { get; set; }
Property Value
Type |
Description |
System.String |
|
Reference
Declaration
public string Reference { get; set; }
Property Value
Type |
Description |
System.String |
|
StaffId
Declaration
public int StaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TransactionAmount
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TransactionDate
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|