PayPal\Api\ExternalFunding::setDisplayText PHP Method

setDisplayText() public method

Description of the external funding being applied
public setDisplayText ( string $display_text )
$display_text string
    public function setDisplayText($display_text)
    {
        $this->display_text = $display_text;
        return $this;
    }