Documentation

DepositAccountFinder
in package
implements FinderInterface Uses ValidatesQueryTrait

Tags

Interfaces, Classes, Traits and Enums

FinderInterface

Table of Contents

$client  : Client
__construct()  : mixed
buildQueryString()  : array<string|int, mixed>
Build an array of query params to be sent in the call
find()  : DepositAccountList|null
Find deposit accounts
findOne()  : DomainObjectInterface|null
Find one deposit account
validateQuery()  : mixed

Properties

Methods

buildQueryString()

Build an array of query params to be sent in the call

public buildQueryString(Query $query) : array<string|int, mixed>
Parameters
$query : Query
Tags
Return values
array<string|int, mixed>

validateQuery()

public validateQuery(Query $query, array<string|int, mixed> $requiredParameters) : mixed
Parameters
$query : Query
$requiredParameters : array<string|int, mixed>
Tags
throws
TransactionServiceException
Return values
mixed

Search results