Class ApplyPaymentForMultipleStudentAccountTransactionRequest
Represents the a request for the ApplyPaymentForMultipleStudentAccountTransactionRequest method.
Inheritance
System.Object
ApplyPaymentForMultipleStudentAccountTransactionRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ApplyPaymentForMultipleStudentAccountTransactionRequest : ServiceRequest
Constructors
ApplyPaymentForMultipleStudentAccountTransactionRequest()
Declaration
public ApplyPaymentForMultipleStudentAccountTransactionRequest()
Properties
AmountLeftToApply
AmountLeft
Declaration
public decimal AmountLeftToApply { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
IsAmountLeftToApply
IsAmountLeftToApply
Declaration
public bool IsAmountLeftToApply { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OriginalStudentAccountTransactionId
OriginalStudentAccountTransactionId
Declaration
public int OriginalStudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReceiptAmount
ReceiptAmount
Declaration
public decimal ReceiptAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
StudentAccountTransactionAppliedPaymentEntityList
StudentAccountTransactionAppliedPaymentEntityList
Declaration
public List<StudentAccountTransactionAppliedPaymentEntity> StudentAccountTransactionAppliedPaymentEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentAccountTransactionAppliedPaymentEntity> |