Class UpdateAchStatusScheduledStipendRequest
Request which allow for updating the ACH Scheduled flag for one or more scheduled stipends.
Inheritance
System.Object
UpdateAchStatusScheduledStipendRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class UpdateAchStatusScheduledStipendRequest : ServiceRequest
Constructors
UpdateAchStatusScheduledStipendRequest()
Declaration
public UpdateAchStatusScheduledStipendRequest()
Properties
ScheduledStipendDetailList
Declaration
public ICollection<ScheduledStipendDetail> ScheduledStipendDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ScheduledStipendDetail> |