class ApiPriceList extends ApiAbstractActions

Class ApiPriceList

Properties

protected String $page from ApiAbstractActions
protected String $per_page from ApiAbstractActions
static protected bool $isFormData from ApiAbstractActions
static protected $params from ApiAbstractActions
static protected $headers from ApiAbstractActions
static protected $url from ApiAbstractActions
protected String $products
protected String $id_pricelist_category
protected String $last_updated

Methods

__construct(null $products = null, null $id_pricelist_category = null, null $last_updated = null, int $page = 1, int $per_page = 100)

ApiPriceList constructor.

String
getPage()

No description

setPage(string $page)

No description

String
getPerPage()

No description

setPerPage(string $per_page)

No description

static MessageInterface|string
fetch()

No description

buildParams()

No description

Details

at line 34
__construct(null $products = null, null $id_pricelist_category = null, null $last_updated = null, int $page = 1, int $per_page = 100)

ApiPriceList constructor.

Parameters

null $products
null $id_pricelist_category
null $last_updated
int $page
int $per_page

in ApiAbstractActions at line 53
String getPage()

Return Value

String

in ApiAbstractActions at line 61
setPage(string $page)

Parameters

string $page

in ApiAbstractActions at line 69
String getPerPage()

Return Value

String

in ApiAbstractActions at line 77
setPerPage(string $per_page)

Parameters

string $per_page

in ApiAbstractActions at line 85
static MessageInterface|string fetch()

Return Value

MessageInterface|string

in ApiAbstractActions at line 102
protected buildParams()