PayPal\Test\Api\AgreementStateDescriptorTest::getJson PHP Méthode

getJson() public static méthode

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