Class PostAdditionalFeesResponse
Represents the response for the PostAdditionalFeesResponse method.
Inheritance
System.Object
PostAdditionalFeesResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostAdditionalFeesResponse : ServiceResponse
Constructors
PostAdditionalFeesResponse()
Declaration
public PostAdditionalFeesResponse()
Properties
ReturnValidationCode
ReturnValidationCode
Declaration
public string ReturnValidationCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentAccountTransaction
StudentAccountTransaction
Declaration
public StudentAccountTransactionEntity StudentAccountTransaction { get; set; }
Property Value
Type | Description |
---|---|
StudentAccountTransactionEntity |