ProcessStudentBankAccountBusinessAction Class

This business process is used to add, update, or delete Student payment details in the CampusNexus Student database.
Inheritance Hierarchy
SystemObject
  AutomatedProcessBase
    BusinessActionBaseStudentBankAccountInfoInMsg, StudentBankAccountInfoOutMsg
      Cmc.CampusLink.BusinessActions.AccountsProcessStudentBankAccountBusinessAction

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

Syntax
C#
public class ProcessStudentBankAccountBusinessAction : BusinessActionBase<StudentBankAccountInfoInMsg, StudentBankAccountInfoOutMsg>
See Also