Class PaymentDueDateUpdateResponse
Inheritance
System.Object
PaymentDueDateUpdateResponse
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PaymentDueDateUpdateResponse : ServiceResponse
Constructors
PaymentDueDateUpdateResponse()
Declaration
public PaymentDueDateUpdateResponse()
Properties
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
TransactionSource
Declaration
public string TransactionSource { get; set; }
Property Value
Type |
Description |
System.String |
|
UpdateTransactionSearchList
Declaration
public List<PaymentDueDateUpdateCustom> UpdateTransactionSearchList { get; set; }
Property Value