Class VoidAccountTransactionPaymentRequest
Represents the a request for the VoidAccountTransactionPayment method.
Inheritance
System.Object
VoidAccountTransactionPaymentRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class VoidAccountTransactionPaymentRequest : ServiceRequest
Constructors
VoidAccountTransactionPaymentRequest()
Declaration
public VoidAccountTransactionPaymentRequest()
Properties
ContinueIfAmountLessThanRefund
ContinueIfAmountLessThanRefund
Declaration
public bool ContinueIfAmountLessThanRefund { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPreviousYear
Declaration
public bool IsPreviousYear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |