Attempt to add external_url filtering support

This commit is contained in:
George Hahn
2022-01-24 20:20:03 -07:00
parent 59f0631685
commit 0a5908e4d8
6 changed files with 59 additions and 0 deletions

View File

@@ -305,6 +305,20 @@ interface GroupCollectorInterface
*/
public function setExternalId(string $externalId): GroupCollectorInterface;
/**
* Transactions without an external URL
*
* @return GroupCollectorInterface
*/
public function withoutExternalUrl(): GroupCollectorInterface;
/**
* Transactions with an external URL
*
* @return GroupCollectorInterface
*/
public function withExternalUrl(): GroupCollectorInterface;
/**
* Limit results to a specific foreign currency.
*