LedgerLinksResponse
in package
Represents HAL links for a ledger response
Tags
Table of Contents
Methods
- fromJson() : LedgerLinksResponse
- getEffects() : LinkResponse
- Gets the link to effects that occurred in this ledger
- getOperations() : LinkResponse
- Gets the link to operations that occurred in this ledger
- getPayments() : LinkResponse
- Gets the link to payments that occurred in this ledger
- getSelf() : LinkResponse
- Gets the self-referencing link to this ledger
- getTransactions() : LinkResponse
- Gets the link to transactions in this ledger
- loadFromJson() : void
Methods
fromJson()
public
static fromJson(array<string|int, mixed> $json) : LedgerLinksResponse
Parameters
- $json : array<string|int, mixed>
Return values
LedgerLinksResponsegetEffects()
Gets the link to effects that occurred in this ledger
public
getEffects() : LinkResponse
Return values
LinkResponse —The effects link
getOperations()
Gets the link to operations that occurred in this ledger
public
getOperations() : LinkResponse
Return values
LinkResponse —The operations link
getPayments()
Gets the link to payments that occurred in this ledger
public
getPayments() : LinkResponse
Return values
LinkResponse —The payments link
getSelf()
Gets the self-referencing link to this ledger
public
getSelf() : LinkResponse
Return values
LinkResponse —The self link
getTransactions()
Gets the link to transactions in this ledger
public
getTransactions() : LinkResponse
Return values
LinkResponse —The transactions link
loadFromJson()
protected
loadFromJson(array<string|int, mixed> $json) : void
Parameters
- $json : array<string|int, mixed>