Smalot\Magento\Catalog\ProductTierPrice::getInfo PHP Method

getInfo() public method

Allows you to retrieve information about product tier prices.
public getInfo ( string $productId, string $identifierType = null ) : Smalot\Magento\ActionInterface
$productId string
$identifierType string
return Smalot\Magento\ActionInterface
    public function getInfo($productId, $identifierType = null)
    {
        return $this->__createAction('catalog_product_attribute_tier_price.info', func_get_args());
    }
ProductTierPrice