Class ProcessRefundOrStipendRequest
Represents the a request for the ProcessRefundOrStipend method.
Inheritance
System.Object
ProcessRefundOrStipendRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ProcessRefundOrStipendRequest : ServiceRequest
Constructors
ProcessRefundOrStipendRequest()
Declaration
public ProcessRefundOrStipendRequest()
Properties
AccountNumber
Declaration
public string AccountNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
BanckAccountId
Declaration
[Obsolete("Do not use. Use BankAccountId")]
public int? BanckAccountId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BankAccountId
Declaration
public int? BankAccountId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CheckDate
Declaration
public DateTime? CheckDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DefaultSyCampusId
Declaration
public int? DefaultSyCampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsAch
Declaration
public bool IsAch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsApiRequest
Declaration
public bool IsApiRequest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCreditCard
Declaration
public bool IsCreditCard { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPrintCheck
Declaration
public bool IsPrintCheck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PostRefundOrStipendDataList
Declaration
public List<PostRefundOrStipendData> PostRefundOrStipendDataList { get; set; }
Property Value
ProcessType
Declaration
public string ProcessType { get; set; }
Property Value
Type |
Description |
System.String |
|
Reference
Declaration
public string Reference { get; set; }
Property Value
Type |
Description |
System.String |
|
ReturnMethod
A-ACH,
C-Check,
E-EFT,
M-Master Check,
N-Net,
R-Credit Card,
Declaration
public string ReturnMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
RoutingNumber
Declaration
public string RoutingNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
UnlockRefundOrStipendIdList
Declaration
public ICollection<int> UnlockRefundOrStipendIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
UserId
Declaration
public int? UserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|