Class DefaultBankAccountFundSourceTypeRequest
Inheritance
System.Object
DefaultBankAccountFundSourceTypeRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DefaultBankAccountFundSourceTypeRequest : ServiceRequest
Constructors
DefaultBankAccountFundSourceTypeRequest()
Declaration
public DefaultBankAccountFundSourceTypeRequest()
Properties
BankAccountId
Declaration
public int BankAccountId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|