Class PostReviewRequest
Represents the a request for the PostReview method.
Inheritance
System.Object
PostReviewRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostReviewRequest : ServiceRequest
Constructors
PostReviewRequest()
Declaration
public PostReviewRequest()
Properties
IsTermType
Declaration
public bool IsTermType { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PaymentPeriodList
Declaration
public ICollection<PaymentPeriod> PaymentPeriodList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<PaymentPeriod> |
|
PaymentPeriods
Declaration
[Obsolete("Use PaymentPeriodList")]
public List<PaymentPeriod> PaymentPeriods { get; set; }
Property Value
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> |
|