Class AddUpdateBankAndBankAccountRequest
Represents request for AddUpdateBankAndBankAccount method.
Inheritance
System.Object
AddUpdateBankAndBankAccountRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AddUpdateBankAndBankAccountRequest : ServiceRequest
Constructors
AddUpdateBankAndBankAccountRequest()
Declaration
public AddUpdateBankAndBankAccountRequest()
Properties
BankAccountList
Declaration
public List<BankAccountDetail> BankAccountList { get; set; }
Property Value
City
Declaration
public string City { get; set; }
Property Value
Type |
Description |
System.String |
|
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ContactFirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ContactLastName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ContactTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
CountryId
Declaration
public int? CountryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EmailAddress
Declaration
public string EmailAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
FaxNumber
Declaration
public string FaxNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
GlCompanyNumber
Declaration
public string GlCompanyNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
PostalCode
Declaration
public string PostalCode { get; set; }
Property Value
Type |
Description |
System.String |
|
RoutingNumber
Declaration
public string RoutingNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
StreetAddress
Declaration
public string StreetAddress { get; set; }
Property Value
Type |
Description |
System.String |
|