PayPal\Api\ExternalFunding::getFundingInstruction PHP Метод

getFundingInstruction() публичный Метод

Indicates that the Payment should be fully funded by External Funded Incentive
public getFundingInstruction ( ) : string
Результат string
    public function getFundingInstruction()
    {
        return $this->funding_instruction;
    }