Class VoidInvoiceRequest
Inheritance
System.Object
VoidInvoiceRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class VoidInvoiceRequest : ServiceRequest
Constructors
VoidInvoiceRequest()
Declaration
public VoidInvoiceRequest()
Properties
InvoiceNumber
InvoiceNumber
Declaration
public string InvoiceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Note
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |