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