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

getJson() public static method

Gets Json String of Object RefundRequest
public static getJson ( ) : string
return string
    public static function getJson()
    {
        return '{"amount":' . AmountTest::getJson() . ',"description":"TestSample","refund_type":"TestSample","refund_source":"TestSample","reason":"TestSample","invoice_number":"TestSample","refund_advice":true,"is_non_platform_transaction":"TestSample"}';
    }