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