Class DeleteMiscellaneousReceiptsRequest
Represents the a request for the AdjustAccountTransactionCharge method.
Inheritance
System.Object
DeleteMiscellaneousReceiptsRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DeleteMiscellaneousReceiptsRequest
Constructors
DeleteMiscellaneousReceiptsRequest()
Declaration
public DeleteMiscellaneousReceiptsRequest()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MiscellaneousCashIdList
MiscellaneousCashID
Declaration
public int[] MiscellaneousCashIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Int32[] |
OtherInfoLabel
Declaration
public string OtherInfoLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |