Class BankAccountDefaultFundSourceRequest
Inheritance
System.Object
BankAccountDefaultFundSourceRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BankAccountDefaultFundSourceRequest : ServiceRequest
Constructors
BankAccountDefaultFundSourceRequest()
Declaration
public BankAccountDefaultFundSourceRequest()
Properties
BankAccountFundSourceDetails
Declaration
public ICollection<BankAccountFundSourceDetail> BankAccountFundSourceDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<BankAccountFundSourceDetail> |
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |