Stripe\Stripe::getAppInfo PHP Method

getAppInfo() public static method

public static getAppInfo ( ) : array | null
return array | null | null The application's information
    public static function getAppInfo()
    {
        return self::$appInfo;
    }