Class SaveSubsidiaryAccountTypeRequest
Represents the a request for the SaveSubsidiaryAccountType method.
Inheritance
System.Object
SaveSubsidiaryAccountTypeRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveSubsidiaryAccountTypeRequest : ServiceRequest
Constructors
SaveSubsidiaryAccountTypeRequest()
Declaration
public SaveSubsidiaryAccountTypeRequest()
Properties
BalanceTransferBillCode
Declaration
public string BalanceTransferBillCode { get; set; }
Property Value
Type |
Description |
System.String |
|
BillCodeIdList
Declaration
public List<int> BillCodeIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
CashPaymentIdList
Declaration
public List<int> CashPaymentIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
DefaultBillCodeId
Declaration
public int DefaultBillCodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GLAccountDetailList
Declaration
public List<GLAccountDetail> GLAccountDetailList { get; set; }
Property Value
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OverrideAlreadyAssignedTransactionCode
Declaration
public bool OverrideAlreadyAssignedTransactionCode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RefundGLAccountDetailList
Declaration
public List<GLAccountDetail> RefundGLAccountDetailList { get; set; }
Property Value
ReturnMethodCode
Declaration
public string ReturnMethodCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SubsidiaryAccountTypeCode
Declaration
public string SubsidiaryAccountTypeCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SubsidiaryAccountTypeId
Declaration
public int SubsidiaryAccountTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SubsidiaryAccountTypeName
Declaration
public string SubsidiaryAccountTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|