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() . '}';
    }