Class PaymentDueDateUpdateRequest
Inheritance
System.Object
PaymentDueDateUpdateRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PaymentDueDateUpdateRequest : ServiceRequest
Constructors
PaymentDueDateUpdateRequest()
Declaration
public PaymentDueDateUpdateRequest()
Properties
BillingTransactionCodeIdList
Declaration
public List<int?> BillingTransactionCodeIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Nullable<System.Int32>> |
|
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAutoCalculatePaymentDueDate
Declaration
public bool IsAutoCalculatePaymentDueDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOverwriteExistingDueDate
Declaration
public bool IsOverwriteExistingDueDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PaymentDueDate
Declaration
public DateTime? PaymentDueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PaymentDueDateFrom
Declaration
public DateTime? PaymentDueDateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PaymentDueDateTo
Declaration
public DateTime? PaymentDueDateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PaymentPeriodStartDateFrom
Declaration
public DateTime? PaymentPeriodStartDateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PaymentPeriodStartDateTo
Declaration
public DateTime? PaymentPeriodStartDateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PostDateFrom
Declaration
public DateTime? PostDateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PostDateTo
Declaration
public DateTime? PostDateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
SearchType
1 - Ledger Card, 2 - Subsidiary
Declaration
public int SearchType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermIdList
Declaration
public List<int?> TermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Nullable<System.Int32>> |
|
TransactionDateFrom
Declaration
public DateTime? TransactionDateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TransactionDateTo
Declaration
public DateTime? TransactionDateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TransactionIdList
Declaration
public List<int> TransactionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|