Class AddUpdateBankAndBankAccountResponse
Represents response for AddUpdateBankAndBankAccount method.
Inheritance
System.Object
AddUpdateBankAndBankAccountResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AddUpdateBankAndBankAccountResponse : ServiceResponse
Constructors
AddUpdateBankAndBankAccountResponse()
Declaration
public AddUpdateBankAndBankAccountResponse()
Properties
BankId
Declaration
public int BankId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |