DeleteBankInMsg Class

This class comprises a single in-message to delete the bank record.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsDeleteBankInMsg

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 DeleteBankInMsg : GenericInMsg

The DeleteBankInMsg type exposes the following members.

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

Database Information:

  • Table name - SaBankAccount
  • Column name - Descrip
Public propertyCompanyCode
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
Top
See Also