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

getJson() public static method

Gets Json String of Object AgreementStateDescriptor
public static getJson ( ) : string
return string
    public static function getJson()
    {
        return '{"note":"TestSample","amount":' . CurrencyTest::getJson() . '}';
    }