DynamicsAxServiceProcessStudentBankAccountInfo Method

This method enables the calling application to add, update, or delete Student payment details in the CampusNexus Student database.

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

Syntax
C#
public StudentBankAccountResponse ProcessStudentBankAccountInfo(
	StudentBankAccountRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.AccountsStudentBankAccountRequest
The StudentBankAccountRequest message with details to add, update, or delete the student payment details.

Return Value

Type: StudentBankAccountResponse
Returns the StudentBankAccountResponse message.

Implements

IDynamicsAxService.ProcessStudentBankAccountInfo(StudentBankAccountRequest)
See Also