Class PostAccountTransactionRefundResponse
Represents the response for the PostAccountTransactionPayment method.
Inheritance
System.Object
PostAccountTransactionRefundResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostAccountTransactionRefundResponse : ServiceResponse
Constructors
PostAccountTransactionRefundResponse()
Declaration
public PostAccountTransactionRefundResponse()
Properties
ReturnCode
ReturnCode
Declaration
public string ReturnCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentAccountTransaction
StudentAccountTransaction
Declaration
public StudentAccountTransactionEntity StudentAccountTransaction { get; set; }
Property Value
Type | Description |
---|---|
StudentAccountTransactionEntity |
StudentAccountTransactionId
StudentAccountTransaction Id
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentSubsidiaryAccountTransaction
StudentSubsidiaryAccountTransaction
Declaration
public StudentSubsidiaryAccountTransactionEntity StudentSubsidiaryAccountTransaction { get; set; }
Property Value
Type | Description |
---|---|
StudentSubsidiaryAccountTransactionEntity |