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