JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr# # 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)