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