ListBrandsOptions
in package
ListBrandsOptions Class Doc Comment
Tags
Table of Contents
- $exclude_distributor_brand : string|null
- $exclude_distributor_brand When set to **true**, excludes distributor brand information from the response set.
- $include_logos : string|null
- $include_logos When set to **true**, returns the logos associated with the brand.
- getExcludeDistributorBrand() : string|null
- Gets exclude_distributor_brand
- getIncludeLogos() : string|null
- Gets include_logos
- setExcludeDistributorBrand() : self
- Sets exclude_distributor_brand
- setIncludeLogos() : self
- Sets include_logos
Properties
$exclude_distributor_brand
$exclude_distributor_brand When set to **true**, excludes distributor brand information from the response set.
protected
string|null
$exclude_distributor_brand
= null
$include_logos
$include_logos When set to **true**, returns the logos associated with the brand.
protected
string|null
$include_logos
= null
Methods
getExcludeDistributorBrand()
Gets exclude_distributor_brand
public
getExcludeDistributorBrand() : string|null
Return values
string|null —getIncludeLogos()
Gets include_logos
public
getIncludeLogos() : string|null
Return values
string|null —setExcludeDistributorBrand()
Sets exclude_distributor_brand
public
setExcludeDistributorBrand(string|null $exclude_distributor_brand) : self
Parameters
- $exclude_distributor_brand : string|null
-
When set to true, excludes distributor brand information from the response set.
Return values
self —setIncludeLogos()
Sets include_logos
public
setIncludeLogos(string|null $include_logos) : self
Parameters
- $include_logos : string|null
-
When set to true, returns the logos associated with the brand.