IBank | |
public interface IBankVerificationEntityService : IBankVerificationQueryService, IBusinessService
The IBankVerificationEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new BankVerification | |
| Delete | Deletes the specified BankVerification. | |
| Get |
Gets a list of BankVerifications matching the specified filter.
(Inherited from IBankVerificationQueryService) | |
| GetAll |
Gets all BankVerifications
(Inherited from IBankVerificationQueryService) | |
| GetSingle |
Gets a single BankVerification matching the provided filter.
(Inherited from IBankVerificationQueryService) | |
| Update | Updates the specified BankVerification |