Class UpdateRefundOrStipendRequest
Represents the a request for the UpdateRefundOrStipend method.
Inheritance
System.Object
UpdateRefundOrStipendRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class UpdateRefundOrStipendRequest : ServiceRequest
Constructors
UpdateRefundOrStipendRequest()
Declaration
public UpdateRefundOrStipendRequest()
Properties
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DueDate
Declaration
public DateTime DueDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
RefundId
Declaration
public int RefundId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReturnMethod
Declaration
public string ReturnMethod { get; set; }
Property Value
Type |
Description |
System.String |
|