Class SavePaymentApplyOrderRequest
Represents the a request for the SavePaymentApplyOrder method.
Inheritance
System.Object
SavePaymentApplyOrderRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SavePaymentApplyOrderRequest : ServiceRequest
Constructors
SavePaymentApplyOrderRequest()
Declaration
public SavePaymentApplyOrderRequest()
Properties
PaymentApplyOrderList
Declaration
public ICollection<StudentAccountTransactionConfigureAppliedPaymentEntity> PaymentApplyOrderList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAccountTransactionConfigureAppliedPaymentEntity> |