BankInfoInMsg Class

This class comprises a single in-message to add or update bank and bank account information of campuses that are associated with the same legal entity.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsBankInfoInMsg

Namespace:  Cmc.CampusLink.Wcf.Messages.Accounts
Assembly:  Cmc.CampusLink.Wcf.Messages (in Cmc.CampusLink.Wcf.Messages.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax
C#
[SerializableAttribute]
public class BankInfoInMsg : GenericInMsg

The BankInfoInMsg type exposes the following members.

Properties
NameDescription
Public propertyAddress
The address of the bank. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - Addr1
Public propertyBankAccountInMsgs
BankAccountInMsg . This value is mandatory.
Public propertyBankCode
The bank code. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - Code
Public propertyBankDescrip
Description of the bank. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - Descrip
Public propertyCity
The city where the bank is situated. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - City
Public propertyContactFirstName
The first name of the contact person from the bank. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - ContactFirstName
Public propertyContactLastName
The last name of the contact person from the bank. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - ContactLastName
Public propertyContactTitle
The title of the contact person from the bank. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - ContactTitle
Public propertyCountry
The country where the bank is situated. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - Country
Public propertyDynamicsCompanyCode
The GL Company number or the code for the legal entity of the Campus. This value is mandatory.

Database Information:

  • Table name - Sycampus
  • Column name - GlCompanyNumber
Public propertyEmail
The email address of the bank. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - email
Public propertyFax
The Fax number of the bank. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - FAX
Public propertyPhone
Phone number of the bank. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - Phone
Public propertyRoutingNumber
The routing number of the bank. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - RoutingNumber
Public propertyState
The state where the bank is situated. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - State
Public propertyZipCode
The ZIP code of the bank. This value is mandatory.

Database Information:

  • Table name - SaBank
  • Column name - Zip
Top
Remarks
See Also