PayPal\Test\Api\WebhookListTest::getObject PHP Méthode

getObject() public static méthode

Gets Object Instance with Json data filled in
public static getObject ( ) : WebhookList
Résultat PayPal\Api\WebhookList
    public static function getObject()
    {
        return new WebhookList(self::getJson());
    }