ChannelCurrencyAssignmentsResponse extends PaginatedBatchableResponse
Table of Contents
- __construct() : mixed
- buildFromMultipleResponses() : static
- getCurrencyAssignments() : array<string|int, ChannelCurrencyAssignment>
- getPagination() : Pagination
Methods
__construct()
public
__construct(ResponseInterface $response) : mixed
Parameters
- $response : ResponseInterface
Return values
mixed —buildFromMultipleResponses()
public
static buildFromMultipleResponses(array<string|int, ResponseInterface> $responses) : static
Parameters
- $responses : array<string|int, ResponseInterface>
Return values
static —getCurrencyAssignments()
public
getCurrencyAssignments() : array<string|int, ChannelCurrencyAssignment>
Return values
array<string|int, ChannelCurrencyAssignment> —getPagination()
public
getPagination() : Pagination