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

getJson() public static method

Gets Json String of Object RelatedResources
public static getJson ( ) : string
return string
    public static function getJson()
    {
        return '{"sale":' . SaleTest::getJson() . ',"authorization":' . AuthorizationTest::getJson() . ',"order":' . OrderTest::getJson() . ',"capture":' . CaptureTest::getJson() . ',"refund":' . RefundTest::getJson() . '}';
    }