PayPal\Test\Api\PaymentExecutionTest::getJson PHP Method

getJson() public static method

Gets Json String of Object PaymentExecution
public static getJson ( ) : string
return string
    public static function getJson()
    {
        return '{"payer_id":"TestSample","carrier_account_id":"TestSample","transactions":[' . TransactionTest::getJson() . ']}';
    }