PayPal\Api\FmfDetails::setDescription PHP Method

setDescription() public method

Description of the filter.
public setDescription ( string $description )
$description string
    public function setDescription($description)
    {
        $this->description = $description;
        return $this;
    }