Class ProcessRefundOrStipendResponse
Represents the response for the PostRefundOrStipend method.
Inheritance
System.Object
ProcessRefundOrStipendResponse
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ProcessRefundOrStipendResponse : ServiceResponse
Constructors
ProcessRefundOrStipendResponse()
Declaration
public ProcessRefundOrStipendResponse()
Fields
ResultMessageList
Declaration
public List<ResultMessage> ResultMessageList
Field Value
Properties
ResponseCode
Declaration
public string ResponseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ResponseMessage
Declaration
public string ResponseMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAccountTransactionId
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|