PayPal\Test\Api\AgreementStateDescriptorTest::getJson PHP Метод

getJson() публичный статический Метод

Gets Json String of Object AgreementStateDescriptor
public static getJson ( ) : string
Результат string
    public static function getJson()
    {
        return '{"note":"TestSample","amount":' . CurrencyTest::getJson() . '}';
    }