PayPal\Test\Api\PlanListTest::getObject PHP Method

getObject() public static method

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