1
0

Automated commit message

This commit is contained in:
PayPalServerSDKs
2025-12-04 21:51:20 +00:00
parent d01e1a4894
commit 7d751fa920
7 changed files with 35 additions and 27 deletions

View File

@@ -1,17 +1,19 @@
# Transactionsearch
# Transaction Search
Use the `/transactions` resource to list transactions and the `/balances` resource to list balances.
```php
$transactionsearchController = $client->getTransactionsearchController();
$transactionSearchController = $client->getTransactionSearchController();
```
## Class Name
`TransactionsearchController`
`TransactionSearchController`
## Methods
* [Search Transactions](../../doc/controllers/transactionsearch.md#search-transactions)
* [Search Balances](../../doc/controllers/transactionsearch.md#search-balances)
* [Search Transactions](../../doc/controllers/transaction-search.md#search-transactions)
* [Search Balances](../../doc/controllers/transaction-search.md#search-balances)
# Search Transactions