Class PaymentPeriod
Inheritance
System.Object
PaymentPeriod
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PaymentPeriod
Constructors
PaymentPeriod()
Declaration
public PaymentPeriod()
Properties
Amount
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
BillingTransactionCode
Declaration
public string BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PendingChargeId
Declaration
public int? PendingChargeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |