Class DeletePendingChargeRequest
Represents the a request for the DeletePendingCharge method.
Inheritance
System.Object
DeletePendingChargeRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DeletePendingChargeRequest : ServiceRequest
Constructors
DeletePendingChargeRequest()
Declaration
public DeletePendingChargeRequest()
Properties
PendingChargeIds
Declaration
public List<int> PendingChargeIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
ReferenceText
Declaration
public string ReferenceText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransactionDate
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |