Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 770 Bytes

LinkItem.md

File metadata and controls

17 lines (11 loc) · 770 Bytes

# LinkItem

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]