Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 540 Bytes

File metadata and controls

15 lines (9 loc) · 540 Bytes

LinkItem

xendit.balance_and_transaction.model.LinkItem

Properties

Name Type Required Description Examples
href str ☑️ URI of target, this will be to the next link.
rel str ☑️ The relationship between source and target. The value will be `next`.
method str ☑️ The HTTP method, the value will be `GET`.

[Back to README]