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