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