Class DeleteAccountTransactionPaymentRequest
Represents the a request for the DeleteAccountTransactionPayment method.
Inheritance
System.Object
DeleteAccountTransactionPaymentRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DeleteAccountTransactionPaymentRequest : ServiceRequest
Constructors
DeleteAccountTransactionPaymentRequest()
Declaration
public DeleteAccountTransactionPaymentRequest()
Properties
Note
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentAccountTransactionId
StudentAccountTransactionId
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentEnrollmentPeriodId
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentSubsidiaryAccountTransactionId
StudentSubsidiaryAccountTransactionId
Declaration
public int StudentSubsidiaryAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |