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

getObject() public static method

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