Class PostAccountTransactionChargeResponse
Represents the response for the PostAccountTransactionCharge method.
Inheritance
System.Object
PostAccountTransactionChargeResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostAccountTransactionChargeResponse : ServiceResponse
Constructors
PostAccountTransactionChargeResponse()
Declaration
public PostAccountTransactionChargeResponse()
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 |
StudentSubsidiaryAccountTransaction
StudentSubsidiaryAccountTransaction
Declaration
public StudentSubsidiaryAccountTransactionEntity StudentSubsidiaryAccountTransaction { get; set; }
Property Value
Type | Description |
---|---|
StudentSubsidiaryAccountTransactionEntity |