PayPal\Api\FmfDetails::setFilterType PHP Method

setFilterType() public method

Valid Values: ["ACCEPT", "PENDING", "DENY", "REPORT"]
public setFilterType ( string $filter_type )
$filter_type string
    public function setFilterType($filter_type)
    {
        $this->filter_type = $filter_type;
        return $this;
    }