BankAccountInMsg Class

This collection comprising the array of BankAccountInMsg.
Inheritance Hierarchy
SystemObject
  Cmc.CampusLink.Wcf.Messages.AccountsBankAccountInMsg

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 BankAccountInMsg

The BankAccountInMsg type exposes the following members.

Properties
NameDescription
Public propertyBankAccountCode
The description of the bank account. This value is mandatory.

Database Information:

  • Table name - SaBankAccount
  • Column name - Descrip
Public propertyBankAccountNo
The bank account number. This value is mandatory.

Database Information:

  • Table name - SaBankAccount
  • Column name - AccountNo
Public propertyIsBankAccActive
Indicates whether the bank account is active or not.

You can specify one of the following values:

  • True: Indicates the bank account is active.
  • False: Indicates the bank account is inactive.

Database Information:

  • Table name - SaBankAccount
  • Column name - Active
Public propertyReAssignBankGroup
Indicates whether an existing bank account must be assigned to a different bank code.

You can specify one of the following values:

  • True: Indicates the bank account must be assigned to a differnt bank group.
  • False: Indicates no change in the bank group for the bank account. This is the default value.
Top
See Also