/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/BalanceAndTransaction/LinkItem.md
# # LinkItem


```php
use Xendit\BalanceAndTransaction\LinkItem;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **href** | **string** | ☑️ | URI of target, this will be to the next link. | /transactions?types=PAYMENT&statuses=SUCCESS&channel_categories=EWALLET&channel_categories=RETAIL_OUTLET&limit=2&after_id=txn_a765a3f0-34c0-41ee-8686-bca11835ebdc |
| **rel** | **string** | ☑️ | The relationship between source and target. The value will be `next`. | next |
| **method** | **string** | ☑️ | The HTTP method, the value will be `GET`. | GET |


[[Back to README]](../../README.md)