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