CustomersResponse extends PaginatedResponse
Table of Contents
- __construct() : mixed
- getCustomers() : array<string|int, Customer>
- getPagination() : Pagination
Methods
__construct()
public
__construct(ResponseInterface $response) : mixed
Parameters
- $response : ResponseInterface
Return values
mixed —getCustomers()
public
getCustomers() : array<string|int, Customer>
Return values
array<string|int, Customer> —getPagination()
public
getPagination() : Pagination