Class AdjustAccountTransactionChargeResponse
Represents the response for the AdjustAccountTransactionCharge method.
Inheritance
System.Object
AdjustAccountTransactionChargeResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AdjustAccountTransactionChargeResponse : ServiceResponse
Constructors
AdjustAccountTransactionChargeResponse()
Declaration
public AdjustAccountTransactionChargeResponse()
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 |