Class DeleteAccountTransactionChargeRequest
Represents the a request for the DeleteAccountTransactionCharge method.
Inheritance
System.Object
DeleteAccountTransactionChargeRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DeleteAccountTransactionChargeRequest : ServiceRequest
Constructors
DeleteAccountTransactionChargeRequest()
Declaration
public DeleteAccountTransactionChargeRequest()
Properties
Id
Gets or sets the value.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The value. |
Note
Gets or sets the value.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |
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 |