PayPal\Api\ExternalFunding::getFundingInstruction PHP Method

getFundingInstruction() public method

Indicates that the Payment should be fully funded by External Funded Incentive
public getFundingInstruction ( ) : string
return string
    public function getFundingInstruction()
    {
        return $this->funding_instruction;
    }