Click or drag to resize

BookingWcfServiceCheckBankInfo Method

Checks if a bank info is valid

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CheckBankInfoResultEnum CheckBankInfo(
	BankInfoCriteria bankInfo
)

Parameters

bankInfo
Type: Tse.EasyBook.Server.DataContractsBankInfoCriteria
BankInfoCriteria criteria object

Return Value

Type: CheckBankInfoResultEnum
Enumeration indicating if the validation was successful or not

Implements

IBookingWcfServiceCheckBankInfo(BankInfoCriteria)
Exceptions
ExceptionCondition
FaultExceptionFault may contain the following values:

ErrorCode.Error: An unspecified error happened in the server

See Also