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