BankAccountInMsgReAssignBankGroup Property

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.

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#
public bool ReAssignBankGroup { get; set; }

Property Value

Type: Boolean
See Also