Class UpdatePaymentDueDateRequest
  
  
  
  
    Inheritance
    System.Object
    UpdatePaymentDueDateRequest
   
  
  Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
  Syntax
  
    public class UpdatePaymentDueDateRequest : ServiceRequest
   
  Constructors
  
  
  
  
  UpdatePaymentDueDateRequest()
  
  
  Declaration
  
    public UpdatePaymentDueDateRequest()
   
  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.Nullable<System.Int32>> |  | 
    
  
  
  
  
  Description
  
  
  Declaration
  
    public string Description { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  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> |  |