freshbooks-php-sdk

CallbackList extends AccountingList

Results of callbacks list call containing list of callbacks and pagination data.

Tags
link
https://www.freshbooks.com/api/webhooks

Table of Contents

Constants

RESPONSE_FIELD  : mixed = 'callbacks'

Properties

$callbacks  : array<string|int, mixed>
$page  : int
$pages  : int
$perPage  : int
$total  : int

Methods

__construct()  : mixed
pages()  : mixed
constructList()  : array<string|int, mixed>

Constants

RESPONSE_FIELD

public mixed RESPONSE_FIELD = 'callbacks'

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []

constructList()

protected constructList(array<string|int, mixed> $data, string $responseClass) : array<string|int, mixed>
Parameters
$data : array<string|int, mixed>
$responseClass : string
Return values
array<string|int, mixed>
On this page

Search results