Class CancelCollectionScheduledPaymentRequest
Represents the a request for the CancelCollectionScheduledPayment method.
Inheritance
System.Object
CancelCollectionScheduledPaymentRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CancelCollectionScheduledPaymentRequest : ServiceRequest
Constructors
CancelCollectionScheduledPaymentRequest()
Declaration
public CancelCollectionScheduledPaymentRequest()
Properties
StaffId
StaffId
Declaration
public decimal StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |